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

  1. on mouseUp
  2.   global gPerspective, gReadMe, gReadVoice1, gReadVoice2, gReadVoice3
  3.   set the visible of sprite 22 to 0
  4.   set the visible of sprite 23 to 0
  5.   set the visible of sprite 24 to 0
  6.   set the visible of sprite 25 to 1
  7.   if gReadVoice1 = 1 then
  8.     if (gPerspective = 1) and (gReadMe = 1) then
  9.       puppetSound("fvoc1.wav")
  10.     end if
  11.     if (gPerspective = 2) and (gReadMe = 1) then
  12.       puppetSound("jvoc1.wav")
  13.     end if
  14.     if (gPerspective = 3) and (gReadMe = 1) then
  15.       puppetSound("rvoc1.wav")
  16.     end if
  17.     set gReadVoice1 to 2
  18.   end if
  19.   set gReadVoice2 to 1
  20.   set gReadVoice3 to 1
  21.   go("pane1")
  22. end
  23.