home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / DeliBEEry.swf / scripts / frame_19 / DoAction.as
Encoding:
Text File  |  2006-06-06  |  242 b   |  8 lines

  1. totalBytes = Math.round(getBytesTotal() / 1024);
  2. loadedBytes = Math.round(getBytesLoaded() / 1024);
  3. percentDone = Math.round(loadedBytes / totalBytes * 100) + " %";
  4. if(_root._framesloaded >= _root._totalframes)
  5. {
  6.    gotoAndPlay(28);
  7. }
  8.