PDA

View Full Version : loadMovie question


avatar
01-16-2003, 10:53 AM
Hi,

I have a MC that loads jpg's with the loadMovie method. This works fine...
Is it possible not to use the loadMovie method when this MC is called once again later. The jpg's have already been loaded so I guess it must be possible... So I only want to use the loadMovie the first time the jpeg's need to be loaded...
If anyone knows the answer, please enlighten me :)

Cheers,
Avatar

sfa
01-16-2003, 11:07 AM
I suppose you are unloading the move somewhere right? After you load it into an MC, once you dont want it on the creen change the _visible or move it off the screen. From then on, instead of loading the image, just make the MC show. Use variables to check whether the image was loaded or not.

Does that help?

SFA