home *** CD-ROM | disk | FTP | other *** search
/ Sunday That One Day / STOD_VFS_INVIS.ISO / pc / chapel.dxr / 01011_Letters Button.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  144 b   |  10 lines

  1. on mouseDown
  2.   CursorOff()
  3.   puppetSound("letters")
  4.   updateStage()
  5.   repeat while soundBusy(1)
  6.     nothing()
  7.   end repeat
  8.   puppetSound(0)
  9. end
  10.