Question
gotoAndPlay Scene Questions
Hi,
I want to add actionscript to a button. When clicked, I want a scene to play. I am using the following code. It goes to the scene but then stops at the first frame. Any suggestions?
Thank you in advance for any assistance you can provide.
on (release) {
gotoAndPlay("Scene 2", 1);
}
I want to add actionscript to a button. When clicked, I want a scene to play. I am using the following code. It goes to the scene but then stops at the first frame. Any suggestions?
Thank you in advance for any assistance you can provide.
on (release) {
gotoAndPlay("Scene 2", 1);
}