Preloader blank

  • Hey,

    I am drawing a blank on how to achieve the following:

    1. The preloader loads from left to right until the bar reaches 100% of its width, which is = to 100% of the movie (:ponder:). Now, my issue is that I want the bar to load upwards from bottom to top. I can't seem to figure it out. It seems simple enough I am just drawing a blank.


  • just rotate the movieclip 90 degrees to the left


  • got it, thanks alot. no idea what i was thinking last night.


  • just change the part of the code that goes this.loadBar._width = getPercent * 100 to something like this.loadBar._height = getPercent*100...
    the getPercent is bytesLoaded/totalBytes and the loadBar is the instance name for the rectange that shows the progress