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

  1. if(_root.donutChallenge)
  2. {
  3.    gotoAndStop("donutLoopStart");
  4.    play();
  5. }
  6. else if(_root.leagueGame)
  7. {
  8.    _root.gotoAndPlay("reset_game_league");
  9. }
  10. else
  11. {
  12.    _root.gotoAndPlay("reset_game");
  13. }
  14.