From: vidfix55 on
I have 3 buttons and each links to a different scene. I've been using the
following action script on one of the 3 buttons. the script for the other 2 is
same except the language.
on (release) {
gotoAndPlay("spanish_selection", 31);


}
for some reason when this button is selected it goes back to the beginning of
the timeline and plays to the point where you can select the buttons again. Its
supposed to go to the spanish scene and play from frame 31 to get to the next
group of selections.
Please help, this makes no sense why it worked yesterday no problem.
I'm working in Action Script 2.0

From: NedWebs on
I hate to say this as much as you probably hate to hear it... try to figure out
what you have changed between the time it was working and the time it stopped
working. The problem is not with the button command. Look around the timeline
of the scene that is involved... Maybe you'll remember having changed something
while scrutinizing it.