home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / microracers.swf / scripts / frame_112 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  166 b   |  10 lines

  1. stopAllSounds();
  2. if(_root.typegame == 2 or _root.typegame == 3)
  3. {
  4.    gotoAndPlay(12);
  5. }
  6. if(_root.typegame == 1 and _root.place != 1)
  7. {
  8.    gotoAndPlay(12);
  9. }
  10.