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

  1. on mouseUp
  2.   puppetSound(0)
  3.   sprite(4).visible = 0
  4.   go("title")
  5. end
  6.  
  7. on mouseDown
  8.   sprite(4).visible = 1
  9. end
  10.  
  11. on mouseEnter
  12.   cursor([30])
  13. end
  14.  
  15. on mouseLeave
  16.   cursor(0)
  17. end
  18.