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

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