Jump to content

Actionscript 3 error


KDM

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.