【发布时间】:2014-02-22 18:58:00
【问题描述】:
我制作了一个从scene1 导航到scene2 的按钮,然后当我从fla 创建swf 时,它就像一个循环一起播放scene1 和scene2。 button_2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene_2);
function fl_ClickToGoToScene_2(event:MouseEvent):void
{
MovieClip(this.root).gotoAndPlay(1, "Scene 3");
}
【问题讨论】: