home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / microracers.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  172 b   |  10 lines

  1. t = _root.getBytesTotal();
  2. l = _root.getBytesLoaded();
  3. if(l >= t)
  4. {
  5.    gotoAndPlay(3);
  6. }
  7. x = l * 180 / t;
  8. scala.ramka._x = -180 + x;
  9. pro = int(l * 100 / t) + "%";
  10.