home *** CD-ROM | disk | FTP | other *** search
- setProperty("_root.stat_car1speed.bar2", _width, 1);
- stat_car1speed = 0;
- setProperty("_root.stat_car1health.bar2", _width, 1);
- stat_car1health = 100;
- setProperty("_root.stat_car2speed.bar2", _width, 1);
- stat_car2speed = 0;
- setProperty("_root.stat_car2health.bar2", _width, 1);
- stat_car2health = 100;
- stat_comphealth = 50;
- timer = 0;
- if(car1play == false)
- {
- setProperty("_root.car", _visible, false);
- car1dead = 1;
- setProperty("_root.car", _X, "-100");
- }
- if(car2play == false)
- {
- setProperty("_root.car2", _visible, false);
- car2dead = 1;
- setProperty("_root.car2", _X, "-200");
- }
- if(compplay == false)
- {
- setProperty("_root.comp1path", _visible, false);
- compdead = 1;
- setProperty("_root.comp1path", _X, "-1000");
- setProperty("_root.comp1path", _Y, "-1000");
- }
- if(damage == false)
- {
- setProperty("_root.stat_car1health", _visible, false);
- setProperty("_root.stat_car2health", _visible, false);
- }
-