home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / Tennis2002.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  361 b   |  13 lines

  1. ifFrameLoaded(136)
  2. {
  3.    gotoAndPlay(3);
  4. }
  5. bytes = int(this.getBytesLoaded() / 1024) add "KB";
  6. A = this.getBytesLoaded() / this.getBytesTotal() * 100;
  7. percent = int(A) add "%";
  8. setProperty("_root.bar", _xscale, A);
  9. barWidth = getProperty(bar, _width);
  10. walk_x = 190 + barWidth;
  11. setProperty("walk", _X, walk_x);
  12. setProperty("walk_shadow", _X, walk_x);
  13.