View Full Version : How to unload all movies....
Mikky
07-27-2001, 09:10 AM
How do I unload all the movies loaded except from level_0 that's my "MainMovie". So I donīt end up with a "million" movies opened at the same time?
??? Mikky
Jesse
07-29-2001, 02:41 AM
when loading movies the best idea is to load them into the same level so that one replaces the other, unless you need them all to be visible at once.
you can however use the simple:
unloadMovieNum (x);
where x is a level number, and you could use a scripted loop (see the scripted loops tue) if you had heaps of levels
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.