home *** CD-ROM | disk | FTP | other *** search
/ AIMEE 1995 February & March / AIMEE.BIN / pc / aimee.exe / aimee.DXR / 00179.ls < prev    next >
Encoding:
Text File  |  1995-02-10  |  189 b   |  10 lines

  1. on mouseDown
  2.   global sound
  3.   if soundBusy(1) and (sound = #CraigOnSuccess) then
  4.     puppetSound(0)
  5.   else
  6.     puppetSound("Craig on success")
  7.     set sound to #CraigOnSuccess
  8.   end if
  9. end
  10.