Hi there! I’m a newbie in flash.
I have 20 scenes that belong to only one flash file. At each scene, I have a ‘next’ button which directs you to the next scene when it is clicked.
Example:
on(press){
gotoAndPlay(“Scene 6”, 1);
}
This has already worked. However, when I do editing and exporting the flash movie a lot of times, there are times that when I hit ‘next’ button, it will jump to a different scene other than the scene where it is supposed to go.
I already checked the Action for each button, and everything’s correct.
I don’t know why this happens. Hope someone could help, please…
Thanks so much!