PDA

View Full Version : Animating a preload


achor
04-03-2007, 07:18 PM
First of all I wanna give an Hello to all users!

I'm doing an animation in flash and I'm having some troubles.

My animation is very "heavy" and I did a basic preload with this simple code in a diferent layer:

ifFrameLoaded ("end") {
gotoAndPlay("start");
}

And before everything is loaded I put with text tool the word loading, and with triple dot's like this:

frame1 of Layer2: "Loading"
frame2 of Layer2: "Loading."
frame3 of Layer2: "Loading.."
frame4 of Layer2: "Loading..."

in frame 4 I wrote this code:
gotoAndPlay(1);

Now, I want to know how much time is left for the load to be completely done.

My idea was to create a label in a diferent layer (layer3) with key frames in some spots (10%, 20%, 30% ... 100%)

But I didn't even got through creating the label... :p

Can someone help?

Best regards,