home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / ChevyRacer.swf / scripts / frame_546 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  102 b   |  10 lines

  1. if(stopper == "1")
  2. {
  3.    stop();
  4.    stopAllSounds();
  5. }
  6. else if(stopper == "0")
  7. {
  8.    play();
  9. }
  10.