home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / sound.dir / 00037.ls < prev    next >
Encoding:
Text File  |  1994-12-10  |  252 b   |  14 lines

  1. on mouseDown
  2.   button()
  3.   if soundBusy(1) then
  4.     sound stop 1
  5.     set the type of sprite 18 to 1
  6.     set the castNum of sprite 18 to 27
  7.     updateStage()
  8.     set nt to ticks()
  9.     repeat while (nt + 60) > ticks()
  10.     end repeat
  11.   end if
  12.   quit()
  13. end
  14.