home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GrandPrixChallengeII.swf / scripts / frame_103 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  80 b   |  8 lines

  1. if(gameSound)
  2. {
  3.    tellTarget("/beep")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7. }
  8.