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

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