home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / drifting.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2005-08-23  |  170 b   |  13 lines

  1. _root.spaceToStart = true;
  2. if(_root.leagueGame)
  3. {
  4.    gotoAndStop("reset_game_league");
  5.    play();
  6. }
  7. else
  8. {
  9.    gotoAndStop("reset_game");
  10.    play();
  11. }
  12. stop();
  13.