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

  1. on mouseUp
  2.   global x
  3.   beep()
  4.   quiz()
  5.   sprite(36).visible = 0
  6.   sprite(28).visible = 0
  7. end
  8.  
  9. on mouseEnter
  10.   cursor([30])
  11. end
  12.  
  13. on mouseLeave
  14.   cursor(0)
  15. end
  16.