PDA

View Full Version : Kirupa's Preloader Tutorial



NeoDreamer
July 4th, 2003, 04:21 PM
http://www.kirupa.com/developer/mx/percentagepreloader.htm

My own preloader isn't going to start out with a height = 10, so I made it height = 100. But this screwed up the preloader. When viewed, it tweens from a height of 10 to 100. I want it 100 all the way through the preloading. Basically, it will just be a taller preload bar than kirupa's.

lostinbeta
July 5th, 2003, 01:10 AM
Changing the height of the clip will not effect the preloader at all, there is nothing in the script that deals with height, only width.

NeoDreamer
July 5th, 2003, 01:12 AM
Problem Solved

I found out the problem. My preloader grows up, not to the left like in the tutorial. So, I just changed "width" to "height" in the actionscript and everything is working out now.

lostinbeta
July 5th, 2003, 01:14 AM
k