home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / frame_461 / DoAction_2.as next >
Encoding:
Text File  |  2005-10-06  |  314 b   |  19 lines

  1. initrace();
  2. CPUinit();
  3. BuildCar(car,90,200,"AUTO");
  4. BuildCar(oppcar,90,230,"COMP");
  5. AUTO._xscale = 50;
  6. AUTO._yscale = 50;
  7. COMP._xscale = 50;
  8. COMP._yscale = 50;
  9. if(distance > 2000)
  10. {
  11.    HUD.player1map._visible = false;
  12. }
  13. else
  14. {
  15.    HUD.player1map._visible = true;
  16. }
  17. topspeed_t = 0;
  18. topaccel_t = 0;
  19.