home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / DeliBEEry.swf / scripts / frame_27 / DoAction.as
Encoding:
Text File  |  2006-06-06  |  274 b   |  12 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. else
  9. {
  10.    gotoAndPlay(1);
  11. }
  12.