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

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