preload seperate sections.
preload seperate sections.
Out of context: Reply #13
- Started
- Last post
- 14 Responses
- unfittoprint0
best way:
#1 separate your assets externally.
#2 make a multiple preloader It will check an array of objects, each object will have a path variable [and/or a label to name the current asset being loaded].
#3 the main looped function will use createEmptymovieClip to load and target your content. Each time one is loaded, proceed to create another empty movie cliop, load it and so on... refresh the ++count.
#4 If the current one is finished loaded and it's the last object, stop the loop.
#5 Now you can trigger a special function that will start your site.
this may sound somewhat complex, but if you're able to achieve this, you'll use it in every site, it's an extremely clean way to get you stuff on Stage.