home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / collapse.swf / scripts / frame_2 / DoAction.as < prev   
Encoding:
Text File  |  2006-06-13  |  199 b   |  8 lines

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