home *** CD-ROM | disk | FTP | other *** search
- tellTarget("startlights")
- {
- gotoAndPlay(1);
- }
- tellTarget("RoadTires")
- {
- gotoAndStop("setup");
- play();
- }
- tellTarget("FalseStartText")
- {
- gotoAndStop("initFalseStart");
- play();
- falseStartCount = 0;
- }
- stopAllSounds();
- tellTarget("racesound")
- {
- gotoAndPlay(1);
- }
- stopAllSounds();
- tellTarget("racemusic")
- {
- gotoAndPlay(1);
- }
- TireSmoke._visible = false;
- TireSmoke2._visible = false;
- FalseStartText._visible = false;
- Roadtires._visible = false;
- FailCount = 0;
- RacePurse = _root.Prize;
-