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

  1. on mouseDown
  2.   global gPerspective, gReadMe, gReadVoice1, gReadVoice2
  3.   go("pane4")
  4.   idflash()
  5.   if gReadVoice2 = 1 then
  6.     if (gPerspective = 1) and (gReadMe = 1) then
  7.       puppetSound("fvoc2.wav")
  8.     end if
  9.     if (gPerspective = 2) and (gReadMe = 1) then
  10.       puppetSound("jvoc2.wav")
  11.     end if
  12.     if (gPerspective = 3) and (gReadMe = 1) then
  13.       puppetSound("rvoc2.wav")
  14.     end if
  15.     set gReadVoice2 to 2
  16.   end if
  17.   set gReadVoice1 to 1
  18.   set the visible of sprite 21 to 0
  19.   set the visible of sprite 22 to 0
  20.   set the visible of sprite 23 to 0
  21.   set the visible of sprite 24 to 1
  22.   set the visible of sprite 29 to 0
  23. end
  24.