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

  1. on mouseDown
  2.   global gPerspective, gReadMe
  3.   if (gPerspective = 1) and (gReadMe = 1) then
  4.     puppetSound("fvoc1.wav")
  5.   end if
  6.   if (gPerspective = 2) and (gReadMe = 1) then
  7.     puppetSound("jvoc1.wav")
  8.   end if
  9.   if (gPerspective = 3) and (gReadMe = 1) then
  10.     puppetSound("rvoc1.wav")
  11.   end if
  12.   go("pane1")
  13. end
  14.