如題
我最近拿出上學期的期末作業想說來玩看看
剛剛開啟畫面時他出現一個視窗
""這個版本已不再支援本文件包含的TLF文字。文字已經轉換成傳統文字。""
↑ 看不懂
結果玩了一場一開始到結束都還好好的
但是正當我按下 REPLAY鈕後
我的滑鼠不受控制 接著
輸出 那個標籤 一直重複出現這段文字
"" TypeError: Error #1009: Cannot access a property or method of a null object reference.
at 互動媒體整合_期末.fla::MainTimeline/MouseMove() ""
↑ 一樣看不懂
我最後一個場景的語法是這樣的 請大家看看哪裡有錯
Mouse.show();
stage.removeEventListener(MouseEvent.MOUSE_DOWN, MouseDown);
stage.removeEventListener(MouseEvent.MOUSE_UP, MouseUp);
stage.removeEventListener(MouseEvent.MOUSE_MOVE, MouseMove);
PlayAgain.addEventListener(MouseEvent.CLICK, gotoStart);
function gotoStart(event:MouseEvent):void {
gotoAndStop(1, "遊戲");
}
numKilled.text = String(KilledCount); // 將命中記數的值numKilled存入動態文字
if (KilledCount >=45) {
comment.text = "WOW 我真是太厲害了 好吃!!";
} else if (KilledCount <=25) {
comment.text = "其實還可以再多吃幾個的~~";
} else {
comment.text = "我食量哪有那麼小 >< 生氣";
}
stop();
幫個忙謝謝!!
不知道是不是該空格沒空格 不用空格卻空了?!
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
Want something else to read? How about 'Grievous Censorship' By The Guardian: Israel, Gaza And The Termination Of Nafeez Ahmed's Blog
留言列表