Actionscript Help!
Actionscript Help!
- Started
- Last post
- 3 Responses
- kendo
I've been away from scripting for month and i totally forgot.
I want to play intro.swf in level0 while loading main content into level2. How do I preload main.swf into level2 while intro.swf is playing in level0?
- kjensen0
Make frame 1 of main.swf a blank frame with a stop action. when the intro is done.. play the main.swf and unload the intro.swf.
- kendo0
Thanks for help!!
So how should I preload these movie? Where should I put the script??
- kjensen0
well you sould load the intro into the first level in the first frame, and then probably start loading the second one after the intro has started to make sure.