home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / frame_457 / DoAction.as
Encoding:
Text File  |  2005-10-06  |  242 b   |  12 lines

  1. var i = 1;
  2. while(i <= 6)
  3. {
  4.    _root["g" add i] = Math.round(_root.data1.TopSpeed[i]) add "MPH";
  5.    i++;
  6. }
  7. time = HUD.time;
  8. topspeed_t = Math.round(topspeed_t) add "MPH";
  9. _quality = QUALITY;
  10. stop();
  11. ENGINESOUND.gotoAndPlay("STOP");
  12.