home *** CD-ROM | disk | FTP | other *** search
- cash = Math.round(_root.player.cash);
- if(player.cash > 1000000)
- {
- player.cash = 1000000;
- }
- a = _root.car.HP;
- b = _root.car.TQ;
- c = _root.car.CL;
- d = _root.car.FR;
- e = _root.car.WT;
- SPECS.txt_hp = a;
- SPECS.txt_tq = b;
- SPECS.txt_cl = c;
- SPECS.txt_wt = e;
- SPECS.txt_fr = d;
-