home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bee_war.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2002-02-08  |  205 b   |  9 lines

  1. LOADINGByte = int(_root.getBytesLoaded() / 1024) - 12;
  2. LOADINGper = int(LOADINGByte / 90 * 100);
  3. huzza_load.gotoAndStop(LOADINGper);
  4. if(LOADINGByte >= 90)
  5. {
  6.    gotoAndPlay(4);
  7. }
  8. LOADINGper += "%";
  9.