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

  1. on mouseDown
  2.   global gReadVoice1, gReadVoice2, gPerspective, gReadMe
  3.   set gReadVoice1 to 1
  4.   go("pane5")
  5.   idflash()
  6.   if gReadVoice2 = 1 then
  7.     if (gPerspective = 1) and (gReadMe = 1) then
  8.       puppetSound("fvoc2.wav")
  9.     end if
  10.     if (gPerspective = 2) and (gReadMe = 1) then
  11.       puppetSound("jvoc2.wav")
  12.     end if
  13.     if (gPerspective = 3) and (gReadMe = 1) then
  14.       puppetSound("rvoc2.wav")
  15.     end if
  16.     set gReadVoice2 to 2
  17.   end if
  18. end
  19.