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

  1. cash = Math.round(_root.player.cash);
  2. if(player.cash > 1000000)
  3. {
  4.    player.cash = 1000000;
  5. }
  6. a = _root.car.HP;
  7. b = _root.car.TQ;
  8. c = _root.car.CL;
  9. d = _root.car.FR;
  10. e = _root.car.WT;
  11. SPECS.txt_hp = a;
  12. SPECS.txt_tq = b;
  13. SPECS.txt_cl = c;
  14. SPECS.txt_wt = e;
  15. SPECS.txt_fr = d;
  16.