home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GooseheadRace2.swf / scripts / DefineSprite_252 / frame_30 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  236 b   |  19 lines

  1. FalseStartCount += 1;
  2. if(falsestartCount == 3)
  3. {
  4.    tellTarget("..")
  5.    {
  6.       gotoAndStop("RaceOver");
  7.       play();
  8.    }
  9. }
  10. else
  11. {
  12.    tellTarget("..")
  13.    {
  14.       gotoAndStop("InitRace");
  15.       play();
  16.    }
  17. }
  18. stop();
  19.