home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master4.dxr / 00059.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  359 b   |  15 lines

  1. on mouseDown
  2.   global gReadVoice1, gReadVoice2, gReadVoice3, gReadVoice4
  3.   go("pane7")
  4.   sound stop 2
  5.   puppetSound(0)
  6.   set gReadVoice1 to 1
  7.   set gReadVoice2 to 1
  8.   set gReadVoice3 to 1
  9.   set gReadVoice4 to 1
  10.   set the visible of sprite 21 to 0
  11.   set the visible of sprite 22 to 0
  12.   set the visible of sprite 23 to 0
  13.   set the visible of sprite 24 to 1
  14. end
  15.