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

  1. on mouseUp
  2.   puppetSound(0)
  3.   sprite(74).visible = 0
  4.   sprite(73).visible = 0
  5.   sprite(70).visible = 0
  6.   sprite(71).visible = 0
  7.   sprite(69).visible = 0
  8. end
  9.  
  10. on mouseEnter
  11.   cursor([30])
  12. end
  13.  
  14. on mouseLeave
  15.   cursor(0)
  16. end
  17.