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

  1. on mouseDown
  2.   global gReadVoice1, gReadVoice2, gPerspective, gReadMe
  3.   set gReadVoice2 to 1
  4.   go("pane2")
  5.   roarkflash()
  6.   frankflash()
  7.   if gReadVoice1 = 1 then
  8.     if (gPerspective = 1) and (gReadMe = 1) then
  9.       puppetSound("fvoc1.wav")
  10.     end if
  11.     if (gPerspective = 2) and (gReadMe = 1) then
  12.       puppetSound("jvoc1.wav")
  13.     end if
  14.     if (gPerspective = 3) and (gReadMe = 1) then
  15.       puppetSound("rvoc1.wav")
  16.     end if
  17.     set gReadVoice1 to 2
  18.   end if
  19. end
  20.