I have made a file in flash that loads images and movie clips when a button is pressed, but for some reason whenever I press one of the buttons or even the same button instead of going to prescribed scene it just goes to the next page.
eg.
Start on scene 1
I have 12 buttons going to 12 different scenes (each button appears on each scene)
press button number 4 on scene 1, which should go to scene 4, but instead it goes to scene 2 and when I press button 4 again while on scene 2 it goes to scene. Whichever button I press it goes to the next scene number and not the scene the button is supposed to go to.
The script I have used for the buttons is
on(release){gotoAndPlay("Scene 2");
}
Same script used for each button.
Does anyone know what exactly is going on, or if you can help me out.
Thanks
eg.
Start on scene 1
I have 12 buttons going to 12 different scenes (each button appears on each scene)
press button number 4 on scene 1, which should go to scene 4, but instead it goes to scene 2 and when I press button 4 again while on scene 2 it goes to scene. Whichever button I press it goes to the next scene number and not the scene the button is supposed to go to.
The script I have used for the buttons is
on(release){gotoAndPlay("Scene 2");
}
Same script used for each button.
Does anyone know what exactly is going on, or if you can help me out.
Thanks