-
I have a site that preloads several movies and then by clicking on buttons, you can view these movies. depending on the order you view them, animations can run. the problem is, I want the animations to run together fluidly but unfortunately, they're not, theres a very small blink.
its hard to explain so just have a look
http://clients.crombieanderson.com/opwe01/
then once all the movies have loaded, click the top buttons in order. any way to get rid of this? I've racked my brains. the mc's all on the stage at the same time is unfeasible.
cheers
-
I guess that is because of the process of "unloadMovie" when we load a new Movie to the same movieClip.
You can try not to loadMovie to the same movieClip. Maybe make two movieClips in the same spot. Load new movie on top of the old one, then unload the underlying one, and then swap the empty one up waiting for new movie to load.
Just a guess.