home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 67 / computer-arts-cd67.iso / pc / shared.cst / 00004_cursor.ls < prev    next >
Encoding:
Text File  |  2002-01-10  |  72 b   |  11 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor -1
  9.  
  10. end
  11.