0
我的子菜單影片剪輯中的按鈕不起作用。該人不在子菜單中工作正常。
我的代碼驗證,我沒有得到任何錯誤
任何想法我還應該檢查什麼?
某些導航按鈕正在工作,其他導航按鈕不是
///this one doesn't work////
aboutSub.bio.addEventListener(MouseEvent.CLICK, goBio);
function goBio(evtObj:MouseEvent) {
gotoAndStop("bio");
}
/// this one works////
home.addEventListener(MouseEvent.CLICK, gohome);
function gohome(evtObj:MouseEvent) {
gotoAndStop("home");
}
什麼是你的問題?請更具體一些。 – ChessWhiz 2010-04-29 00:33:08
請通過點擊101010按鈕...使縮進更清晰。 – 2010-04-29 00:49:52