PDA

View Full Version : Preloader tutorial for you all.



kO2n
June 27th, 2003, 07:43 AM
I have written a Preloader Tutorial for you all.
http://www.geocities.com/lostboyviru/Preloader_Tutorial/tutorial_1.htm
Comments and such welcome.

Viru.

meteor
June 27th, 2003, 11:23 AM
the link bad ,can't click out(-:

kO2n
June 27th, 2003, 11:25 AM
It works, i just clicked it.

Here it is again:

http://www.geocities.com/lostboyviru/Preloader_Tutorial/tutorial_1.htm

peace
June 27th, 2003, 11:33 AM
Hi, i'll try your tutorial n let u know.
Thankyou.
Peace.

radicaljugnu
June 27th, 2003, 11:52 AM
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"

?????

kO2n
June 27th, 2003, 11:56 AM
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.