home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / LetLoveEnergy.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  198 b   |  9 lines

  1. _quality = "MEDIUM";
  2. totalbytes = this.getBytesTotal();
  3. currentbytes = this.getBytesLoaded();
  4. percentage = currentbytes / totalbytes * 100;
  5. if(int(percentage) == 100)
  6. {
  7.    gotoAndPlay(3);
  8. }
  9.