home *** CD-ROM | disk | FTP | other *** search
/ Yotech / Yotech.iso / main.dir / Internal_31_button.ls < prev    next >
Encoding:
Text File  |  2004-01-30  |  70 b   |  8 lines

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