flash actionscript 3 child control parent frame
Posted
by steve
on Stack Overflow
See other posts from Stack Overflow
or by steve
Published on 2010-05-22T09:46:55Z
Indexed on
2010/05/22
9:50 UTC
Read the original article
Hit count: 275
actionscript-3
|parent-child
I'm completely new to flash... currently attempting to learn actionscript (ugh.)
In the project I have right now, on the main timeline there are two layers: "intro" and "menu," and it's set to stop on frame 1. "Intro" is only 1 frame that holds a movie clip, and inside that is a movie clip with 800 frames. At the end of this clip around frame 750, it stops, and requires you to click to continue. Is there a way to have this be clicked, continue to the end of this movie clip, and then go to the 2nd frame in the main timeline to bring up the "menu"? Or do I have to have 800 blank frames before the menu so that the "intro" can play out. Thanks.
© Stack Overflow or respective owner