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

  1. on mouseUp
  2.   global gPerspective
  3.   if gPerspective = 1 then
  4.     puppetSound("fint1")
  5.   end if
  6.   if gPerspective = 3 then
  7.     puppetSound("rint1")
  8.   end if
  9. end
  10.