Hey everyone,
I want to replicate one of the Flasheff’s function with AS2 script. The delay – show function, where I can set how many seconds should a movieClip wait before it actually shows up.
For example, I create 3 vector shapes on the stage. I convert them to movieClips (symbols).
Instance names:
-
one_mc;
-
two_mc;
-
three_mc;
When I test the movie, I want “one_mc” to show up right away, then after 1 second “two_mc” to show up, then after another second “three_mc” to show up, you get the idea.
Let me know if you have any solutions. Paste in the full code please.
Thanks for your time!