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

  1. on mouseUp
  2.   puppetSound(0)
  3.   sprite(117).visible = 0
  4.   sprite(118).visible = 0
  5. end
  6.  
  7. on mouseEnter
  8.   cursor([30])
  9. end
  10.  
  11. on mouseLeave
  12.   cursor(0)
  13. end
  14.