PDA

View Full Version : Going to a scene using a string


fd9
07-16-2004, 11:55 PM
I want to goto a scene like this:

gotoAndStop(NameOfScene, 0);

but the error says it needs to be in quotes. Is there any way to do this?

CyanBlue
07-17-2004, 08:09 PM
Howdy and Welcome... :)

Create a frame label on the frame 1 of that specific scene you want to go to and use it instead of the name of the scene...