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

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