home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Kamikaze.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  240 b   |  8 lines

  1. _quality = "GOOD";
  2. txtPercentage = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  3. _root.flightmodel = 1.1;
  4. tellTarget("loader")
  5. {
  6.    gotoAndPlay(Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100));
  7. }
  8.