home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GooseheadRace2.swf / scripts / DefineSprite_300 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  532 b   |  32 lines

  1. tellTarget("startlights")
  2. {
  3.    gotoAndPlay(1);
  4. }
  5. tellTarget("RoadTires")
  6. {
  7.    gotoAndStop("setup");
  8.    play();
  9. }
  10. tellTarget("FalseStartText")
  11. {
  12.    gotoAndStop("initFalseStart");
  13.    play();
  14.    falseStartCount = 0;
  15. }
  16. stopAllSounds();
  17. tellTarget("racesound")
  18. {
  19.    gotoAndPlay(1);
  20. }
  21. stopAllSounds();
  22. tellTarget("racemusic")
  23. {
  24.    gotoAndPlay(1);
  25. }
  26. TireSmoke._visible = false;
  27. TireSmoke2._visible = false;
  28. FalseStartText._visible = false;
  29. Roadtires._visible = false;
  30. FailCount = 0;
  31. RacePurse = _root.Prize;
  32.