My Project
What I want to happen when I click on "Fargo Button" It'll goto a new scene and play from frame one.
To do this I'd normally double click on the "Fargo Button" to get into the Action Panel and add the following
gotoAndPlay(4,1);
Now, that should goto Scene four or "Fargo-Trans" and start playing. Instead I get the following error message.
What am I doing wrong? Am I not somehow putting the code in the Button Layer or that specific Button? I want that button to goto a specific Scene and the other Buttons in the same Frame to goto other scenes...
What I want to happen when I click on "Fargo Button" It'll goto a new scene and play from frame one.
To do this I'd normally double click on the "Fargo Button" to get into the Action Panel and add the following
gotoAndPlay(4,1);
Now, that should goto Scene four or "Fargo-Trans" and start playing. Instead I get the following error message.
**Error** Scene=Intro, layer=Button Bar, frame=1:Line 1: Scene name must be quoted string
What am I doing wrong? Am I not somehow putting the code in the Button Layer or that specific Button? I want that button to goto a specific Scene and the other Buttons in the same Frame to goto other scenes...
