home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 67 / computer-arts-cd67.iso / pc / links2 / 00001_cursor.ls next >
Encoding:
Text File  |  2002-01-09  |  70 b   |  8 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.