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

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