Hi,
I have a button in scene one of a flash movie. I want it to link to scene two but for some reason, when I have put the action script in for it to do this, the button simply replays the action in scene 1???
My action code looks like this…
1 on (release) {
2 gotoAndPlay(“Scene 2”, 1)
3 }
Any ideas where I am going wrong???
Thanks in advance,
R