
May 22nd, 2002, 08:11 AM
|
|
|
|
Join Date: May 2002
Location: Newcastle, UK
Posts: 19
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Sounds like you need to preload each animation - you can do this by inserting >new scene into each movie (.fla) file before the animation, and putting a preloader into the first 10 frames. There's tonnes of preloaders on places like www.flashkit.com if you need to learn how to build one - basically it loads all the images and sounds in your flash movie before playing the main movie.
As for actually getting them to play together, you could do 1 of 2 things: 1: Set each preloader to work for a set time, say 1 minute, so that everything is loaded in each movie and they all start after 1 minute (you can change the time according to how big the files are, e.g. 20 seconds), or (slightly more difficult) 2: pass on information between the movies using variables. But I'm not really sure how you could do this one, maybe some body else would know. Personally I'd do 1.
HTH 
|