Problem wit preloader

I cant seem to extend the length of the loadbar in the fla file found in this tutorial. http://www.kirupa.com/developer/mx/percentagepreloader.htm

How can i edit it?

you want to make it bigger right?

right click on the bar/Free transform then you can set it to the hight and width of your choice

does this answer your question?:slight_smile:

You can make the bar as long as you want, but you have to make sure you also update the code. If not, it will not grow to the new length, but still to the old length. For example, you resize your bar to 200px. You will then have to change this line in the code:


this.loadBar._width = getPercent*200;

Only that line, none of the others.

Voetsjoeba ur recommendation worked but now the loadbar is growing both left and right :> This is actually kind of cool except i dont know y. Can anyone explain y this is happening and what i can do to fix/adjust it?

Thats because the registration point for the loadbar is on its center.
Set it to the left and the loadbar should grow to the right only.

thanx, i figured it out. Im actually gonna try the ‘left and right’ effect anyway cuz i think its really cool!

Glad you figured it out :slight_smile:

**** im too late, having done this tutorial this was finally a question i could answer :stuck_out_tongue: