button_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene);
function fl_ClickToGoToScene(event:MouseEvent):void
{
MovieClip(this.root).gotoAndPlay(5, "Scene 2");
}
I created a key frame for scene 2 at frame 5 but my button from scene 1 just clicks itself and creates a loop. Sorry if my wording is off still trying to learn. Thank You!!!!

New Topic/Question
Reply



MultiQuote


|