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

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