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

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