FLASH Preload all movies?
FLASH Preload all movies?
- Started
- Last post
- 5 Responses
- steadyvibe
Is it possible to preload all the movie you will be loading at the beginning, in the background or something??
- CyBrainX0
sure, use separate statements like the following for each loaded movie
if (mc._getBytesLoaded()/mc._getTot... {
gotoAndPlay("frameAfterPreloader...
}
- steadyvibe0
i meant before they are loaded into the root movie, like preload every movie at the very beginning when the main page is loading??
- whiteSneaks0
load them into a mc with visibility set to false. no one will ever know they are there.
- steadyvibe0
haha i have CODE HEAD, how do i do that again??
- nospacebar0
_level1._visible = false;