home *** CD-ROM | disk | FTP | other *** search
/ The Earth & it's Geography / EARTH.iso / earth2.exe / earth22-32.dxr / 00109.ls < prev    next >
Encoding:
Text File  |  1998-05-18  |  153 b   |  13 lines

  1. on mouseUp
  2.   puppetSound("Ear28a")
  3.   set the soundEnabled to not (the soundEnabled)
  4. end
  5.  
  6. on mouseEnter
  7.   cursor([30])
  8. end
  9.  
  10. on mouseLeave
  11.   cursor(0)
  12. end
  13.