home *** CD-ROM | disk | FTP | other *** search
- set("/:time_sec","00");
- set("/millisec:time_mil","00");
- n = "0";
- while(n < "25")
- {
- set("/:ob" add n,"0");
- n += "1";
- }
- setProperty("/timer/ball", _X, "-5");
- tellTarget("/car/cars")
- {
- gotoAndStop(eval("/:car"));
- }
- if(car eq "buggy")
- {
- tellTarget("/car/cars/sound_buggy")
- {
- nextFrame();
- }
- }
- if(car eq "hotrod")
- {
- tellTarget("/car/cars/sound_hotrod")
- {
- nextFrame();
- }
- }
- if(car eq "hummer")
- {
- tellTarget("/car/cars/sound_hummer")
- {
- nextFrame();
- }
- }
- if(car eq "hovercraft")
- {
- tellTarget("/car/cars/sound_hovercraft")
- {
- nextFrame();
- }
- }
- stop();
-