Br4K
12-15-2002, 04:35 PM
Hi..
I have two scenes and I'm trying to continue to the next one. To continue, you have to click a button, which loads a movieclip with attachMovie. I want to know how to make the next scene play right after the movie clip ends (do I have to remove it first or something?)
Here's some of the actionscript I used:
(On the button)
on (release) {
InstanceofMainMC.attachMovie("NewMC", "InstanceofNewMC", 1);
}
And that's all I have. Should I be putting actionscript in the MC timeline?
Anyways, thanks!
I have two scenes and I'm trying to continue to the next one. To continue, you have to click a button, which loads a movieclip with attachMovie. I want to know how to make the next scene play right after the movie clip ends (do I have to remove it first or something?)
Here's some of the actionscript I used:
(On the button)
on (release) {
InstanceofMainMC.attachMovie("NewMC", "InstanceofNewMC", 1);
}
And that's all I have. Should I be putting actionscript in the MC timeline?
Anyways, thanks!