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

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