Hi: Here is what I would like to have happen:
Scene 1 (no movieclip) calls Scene 2
Scene 2 (has a movieclip) then calls Scene 3 (also has a movieclip).
Here's what happening. I've managed to have:
Scene 1 on frame 30 load Scene 2 using actionscript
nextScene ();
-- ok that works.
Scene 2 and Scene 3 have movie clips in the 1st frame.
I can't seem to be able to have Scene 2 (when finished) call Scene 3
As you know if you don't put any actionscript then
frame 1 in Scene 2 / Scene 3 (movie clip) simply repeats itself over and over.
I've tried in <ie> movieclip_1 at frame 30 to use
nextScene ();
-- doesn't work and tried
Goto and Play Scene 3
-- that doesn't work either.
Hope I've explained this clearly and would appreciate some help.
TIA (thanks in advance) for your time.
Scene 1 (no movieclip) calls Scene 2
Scene 2 (has a movieclip) then calls Scene 3 (also has a movieclip).
Here's what happening. I've managed to have:
Scene 1 on frame 30 load Scene 2 using actionscript
nextScene ();
-- ok that works.
Scene 2 and Scene 3 have movie clips in the 1st frame.
I can't seem to be able to have Scene 2 (when finished) call Scene 3
As you know if you don't put any actionscript then
frame 1 in Scene 2 / Scene 3 (movie clip) simply repeats itself over and over.
I've tried in <ie> movieclip_1 at frame 30 to use
nextScene ();
-- doesn't work and tried
Goto and Play Scene 3
-- that doesn't work either.
Hope I've explained this clearly and would appreciate some help.
TIA (thanks in advance) for your time.