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

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