KDM Posted August 23, 2011 Share Posted August 23, 2011 It's telling me it can't find Scene 1. I created a new scene and named it Scene 1. Why is it not being found? stop(); // logo click function function logoClick(event:MouseEvent):void { logo.gotoAndPlay(1, "Scene 1"); // go into logo movieclip and play the over frame label } // logo Listeners logo.addEventListener(MouseEvent.CLICK, logoClick); Quote Link to comment https://forums.phpfreaks.com/topic/245523-actionscript-3-error/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.