home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / sky-chopper.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  257 b   |  8 lines

  1. total = int(this.getBytesTotal() / 1024);
  2. sofar = int(this.getBytesLoaded() / 1024);
  3. percent = int(sofar / total * 100);
  4. total_percent = int(percent);
  5. _root.bar1.gotoAndStop(total_percent);
  6. _root.percent_disp1 = total_percent + " %";
  7. gotoAndPlay(2);
  8.