home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 20 / CMi20.iso / pc / Shared.cst / 00006_cursor.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  84 b   |  12 lines

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