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); Link to comment https://forums.phpfreaks.com/topic/245523-actionscript-3-error/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.