dj fuzzline
08-21-2001, 06:26 PM
Trying to set up a button to go back to the first frame of the movie seems much harder than it should.
I have five scenes in my movie and want a button to go from the last frame to the first.
I've got the following action on the button which sould go to frame 1 of scene 1.
on (release) {
gotoAndPlay ("1", 1);
}
In fact what it does is goes to frame 1 scene 5.
Please point out what I have done wrong.
I have five scenes in my movie and want a button to go from the last frame to the first.
I've got the following action on the button which sould go to frame 1 of scene 1.
on (release) {
gotoAndPlay ("1", 1);
}
In fact what it does is goes to frame 1 scene 5.
Please point out what I have done wrong.