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

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