home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / clowns.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  242 b   |  7 lines

  1. if(_level0.getBytesLoaded() < _level0.getBytesTotal())
  2. {
  3.    gotoAndPlay(1);
  4.    title = "loading " + int(_level0.getBytesTotal() / 1024) + " kbyte...";
  5.    percent = int(_level0.getBytesLoaded() / _level0.getBytesTotal() * 100) + " %";
  6. }
  7.