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

  1. GOLF = new Object();
  2. GOLF.FULLNAME = "Volkswagen GTi";
  3. GOLF.HP = 241;
  4. GOLF.TQ = 236;
  5. GOLF.CL = 1;
  6. GOLF.WT = 1600;
  7. GOLF.FR = 9;
  8. GOLF.carworth = 30000;
  9. GOLF._frame = "GOLF_FRAME";
  10. GOLF._base = "GOLF_BASE";
  11. GOLF.rimnum = 0;
  12. GOLF._wheels = RIMS[SUPRA.rimnum];
  13. GOLF.wingnum = 0;
  14. GOLF._wing = WING[SUPRA.wingnum];
  15. GOLF._kit = "BLANK";
  16. GOLF._light = "GOLF_LIGHT_1";
  17. GOLF.cols = {rb:0,bb:0,gb:0};
  18. GOLF.rimcols = {rb:0,bb:0,gb:0};
  19. GOLF.kscols = {rb:0,bb:0,gb:0};
  20. GOLF.spocols = {rb:0,bb:0,gb:0};
  21. GOLF.NAME = "GOLF";
  22.