Hello,
I'm new to flash, but doing OK thus far. I have two scenes (Scene 2 is a duplicate of the first), Scene 1 and Scene 2, and I would like to use a button in Scene 1 to open Scene 2.
I have labled the first frame of Scene 2 with "Scene2", and added the code below to the Action, but when I press it, it plays Scene 1 again?
on (release) {
_root.gotoAndPlay("Scene2");
}
Anyone have any ideas how to resolve this? The only difference between Scene 1 and 2, is that Scene 2 has a differnet Image in it and the labled Frame. Any ideas?
Thank you!
Rgds,
John
I'm new to flash, but doing OK thus far. I have two scenes (Scene 2 is a duplicate of the first), Scene 1 and Scene 2, and I would like to use a button in Scene 1 to open Scene 2.
I have labled the first frame of Scene 2 with "Scene2", and added the code below to the Action, but when I press it, it plays Scene 1 again?
on (release) {
_root.gotoAndPlay("Scene2");
}
Anyone have any ideas how to resolve this? The only difference between Scene 1 and 2, is that Scene 2 has a differnet Image in it and the labled Frame. Any ideas?
Thank you!
Rgds,
John