Hi,
I am a total newbie at Flash but have managed to get by with what little I know so far. I was able to use the percentage preloader with tween MC (as in the tutorial) for my regular Flash movies, and it works awesome! However, I am now trying to put together a Loadmovie combo with 3 external SWF’s… the preloader loads with the appropriate clips, but it stops where the percentage loader bar and text should come in… the rest of the movie loads while the preloader stays static, then disappears once the movie is loaded. I would like to keep the code the same for the preloader so I can reuse it for other movies and I’m assuming I need to place script in the main movie action frame where my emptyMC’s are located. I’m not sure how to place the script/variables in the main movie and would greatly appreciate any help anybody could give me. By the way, I am struggling with actionscript so please try to keep that in mind! Thanks…
One more thing… if I place the preloader in the same swf with my other initial loading movies and use it as an external swf I get the same problem, but scene 2 will not load at all… and there still is no percentage displayed. Is there a way I can use the preloader in an external swf and still have it display somehow? Please help.
I have a feeling that this is throwing me off:
*onClipEvent (enterFrame) {
gotoAndStop(int(_parent.getBytesLoaded()100/_parent.getBytesTotal()));
}
This is located on an instance of tween_mc named “bar,” where the preloader bar grows… I’m just not sure how to reference the file properly.
KIRUPA rocks!