home *** CD-ROM | disk | FTP | other *** search
/ Undercover - Rock on Multimedia 2 / UNDERCOVER2.BIN / main.dir / 00297_Script_297 < prev    next >
Text File  |  1996-01-27  |  264b  |  16 lines

  1. on exitFrame
  2.   PlayAnswer("kd_lang")
  3.   if not soundBusy(1) then
  4.     playMusic
  5.   end if
  6. end
  7.  
  8. on mouseDown
  9.   global gMusicPlaying
  10.   if not gMusicPlaying then
  11.     sound stop 1
  12.     playMusic
  13.   end if
  14.   global gRollover
  15.   go marker(-1) + gRollover -9
  16. end