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

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