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

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