Skip to main content
Participant
May 7, 2010
Answered

Stopping before next scene!

  • May 7, 2010
  • 1 reply
  • 404 views

Hi,

I'm a bit of a newbie to ActionScript 3 so this is a newb question, but I'm setting up an swf with multiple scenes, and using

stop();

then when the user presses a key it will go to the next scene.

I've put 5 scenes in the film, and it just runs through all of them without stopping. I've tried gotoAndStop, but still nothing!

Any answer or direction pointing would be fantastic!

Thankyou!

This topic has been closed for replies.
Correct answer Ned Murphy

I'll offer that you should reconsider using scenes and just stick with one scene, one timeline.  Use movieclips or sections of the one scene's timeline in place of scenes.  THe primary reason for the suggestion is due to my own experiences with issues when it comes to navigating scenes.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
May 7, 2010

I'll offer that you should reconsider using scenes and just stick with one scene, one timeline.  Use movieclips or sections of the one scene's timeline in place of scenes.  THe primary reason for the suggestion is due to my own experiences with issues when it comes to navigating scenes.