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

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