brunofeu
August 28th, 2001, 11:15 AM
here it is:
At the first frame of the movie, I have the action "stop", so the movie will not go on, and stay in the first frame. Inside this frame, there is a movieclip, and inside this movieclip, I have a button.
When I click at the button, I want the main movie to go on and skip to frame 2. I've tried this actionscript inside the button:
on (release) {
        gotoAndStop ("Scene 1", 2);
}
"Scene 1" is how my main scene is called. Nothing happens when I click at the button... can anyone help me?
Thank you,
Bruno Feu
At the first frame of the movie, I have the action "stop", so the movie will not go on, and stay in the first frame. Inside this frame, there is a movieclip, and inside this movieclip, I have a button.
When I click at the button, I want the main movie to go on and skip to frame 2. I've tried this actionscript inside the button:
on (release) {
        gotoAndStop ("Scene 1", 2);
}
"Scene 1" is how my main scene is called. Nothing happens when I click at the button... can anyone help me?
Thank you,
Bruno Feu