Preloader tutorial for you all

I have written a Preloader Tutorial for you all.
http://www.geocities.com/lostboyviru/Preloader_Tutorial/tutorial_1.htm
Comments and such welcome.

Viru.

the link bad ,can’t click out(-:

It works, i just clicked it.

Here it is again:

Hi, i’ll try your tutorial n let u know.
Thankyou.
Peace.

you’ve made it tougher than it actually is. It just takes a few lines of AS.
Add this to frame 1.

ifFrameLoaded(“Scene 2”,1){gotoAndPlay(“Scene 2”,1)}
percentage=String((getBytesLoaded/getBytesTotal)*100) + “%”
bar._xscale=percentage

Add this to frame 2.

gotoAndPlay(1)

just create a dynamic txt box called percentage and a bar mc with the instance name “bar”

???

Your missing the point, its to teach how to use variables as well. Yours is a short cut yes, and yours is more effieicent (just) and yes i was aware that it can be done this way but how much more would some one from my tutorial.

V.