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

  1. on mouseDown
  2.   global gPerspective, gReadVoice3, gReadVoice1, gReadVoice2, gReadVoice4, gReadMe
  3.   go("pane4")
  4.   roarkflash()
  5.   set gReadVoice1 to 1
  6.   set gReadVoice2 to 1
  7.   set gReadVoice4 to 1
  8.   if gReadVoice3 = 1 then
  9.     if (gPerspective = 1) and (gReadMe = 1) then
  10.       puppetSound("fvoc3.wav")
  11.     end if
  12.     if (gPerspective = 2) and (gReadMe = 1) then
  13.       puppetSound("jvoc3.wav")
  14.     end if
  15.     if (gPerspective = 3) and (gReadMe = 1) then
  16.       puppetSound("rvoc3.wav")
  17.     end if
  18.     set gReadVoice3 to 2
  19.   end if
  20. end
  21.