home *** CD-ROM | disk | FTP | other *** search
/ Practical Web Pages 2001 April / Practical.bin / pc / practical / 00051_fingerpointer.ls < prev    next >
Encoding:
Text File  |  2001-01-01  |  71 b   |  8 lines

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