home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / DTM2001.swf / scripts / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2001-07-07  |  180 b   |  5 lines

  1. kbytes = int(this.getBytesLoaded() / 1024) add "KB";
  2. x = this.getBytesLoaded() / this.getBytesTotal() * 100;
  3. prozent = int(x) add "%";
  4. setProperty("_root.balken", _xscale, x);
  5.