home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / vcleaning.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2005-08-23  |  203 b   |  10 lines

  1. if(this._framesloaded != this._totalframes)
  2. {
  3.    percent = math.round(this.getBytesLoaded() / this.getBytesTotal() * 100);
  4.    _root.lod._width = 200 - percent * 2;
  5. }
  6. else
  7. {
  8.    gotoAndPlay(4);
  9. }
  10.