home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / frame_363 / DoAction.as (.txt)
Encoding:
Clarion Memo  |  2005-10-06  |  474 b   |  22 lines

  1. M3 = new Object();
  2. M3.FULLNAME = "BMW M3 CSL";
  3. M3.HP = 350;
  4. M3.TQ = 365;
  5. M3.CL = 1;
  6. M3.WT = 1295;
  7. M3.FR = 9;
  8. M3.carworth = 60000;
  9. M3._frame = "M3_FRAME";
  10. M3._base = "M3_BASE";
  11. M3.rimnum = 0;
  12. M3._wheels = RIMS[SUPRA.rimnum];
  13. M3.wingnum = 0;
  14. M3._wing = WING[SUPRA.wingnum];
  15. M3._kit = "BLANK";
  16. M3._light = "M3_LIGHT_1";
  17. M3.cols = {rb:0,bb:0,gb:0};
  18. M3.rimcols = {rb:0,bb:0,gb:0};
  19. M3.kscols = {rb:0,bb:0,gb:0};
  20. M3.spocols = {rb:0,bb:0,gb:0};
  21. M3.NAME = "M3";
  22.