;

PDA

Click to See Complete Forum and Search --> : Preloader function question


evolbeagle
01-25-2001, 01:01 PM
I was just reading Johnie's bit about the preload function on the Questions and Answers for all post when I remembered something I wanted to ask about it.

If you choose the .fun option for the preloader, does it loop completely each time before checking the load status of the main movie? In other words, let's say the preload movie is 10 frames long. If the preload movie happens to be on frame 4 when the main movie is finished loading, will it then skip from preloader frame 4 to main movie frame 1? Or does it go ahead and finish a loop so that it goes from preloader frame 10 to main movie frame 1?

Bob Hartzell
01-25-2001, 01:31 PM
It will not exit in the middle of the preload movie, only at the end.

evolbeagle
01-25-2001, 01:34 PM
Fantastic! That's the answer I was hoping for.

johnie
01-25-2001, 03:01 PM
I also just posted how to script a preloader. With that method you can check for preloading completion anytime you call the preload function.