Try thisScene 1 (Everything works):
Play Button, background animation
Button actions:
on (press) {
next scene
}
Scene 2 (Only one button goes somewhere):
Choice 1 (Button, highlights key when moused over):
on (press) {
gotoAndPlay ("5", 1)
}
Choice 2 (Button, makes a spoon come down and scoop up some ground):
on (press) {
gotoAndPlay ("4", 1)
}
Choice 3 (Button, makes lighted dynamite appear; Works):
on (press) {
next scene
}
Choice 2 goes to the dynamite scene and choice 1 just doesn't work.