yourButtonsInstanceName
.addEventListener(MouseEvent.CLICK, onClick);function onClick(event:MouseEvent):void{ gotoAndPlay("Your Frame Label Here"); }
No comments:
Post a Comment