home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / sound.dir / 00035.ls < prev    next >
Encoding:
Text File  |  1994-12-10  |  151 b   |  9 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.   end if
  8. end
  9.