home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / air_adventure.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-07-26  |  197 b   |  9 lines

  1. total = getBytesTotal();
  2. bytesloaded = getBytesLoaded();
  3. percent = Math.ceil(bytesloaded * 100 / total);
  4. _root.loadamount = "%" add percent;
  5. if(bytesloaded == total)
  6. {
  7.    gotoAndStop(3);
  8. }
  9.