home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_2 / DoAction_2.as next >
Encoding:
Text File  |  2005-08-04  |  189 b   |  8 lines

  1. current_bytes = this.getBytesLoaded();
  2. tot_bytes = this.getBytesTotal();
  3. percent = int(current_bytes / tot_bytes * 100) + "% ";
  4. if(current_bytes >= tot_bytes)
  5. {
  6.    gotoAndStop(5);
  7. }
  8.