home *** CD-ROM | disk | FTP | other *** search
/ Yotech / Yotech.iso / main.dir / 00031_Script_button < prev    next >
Text File  |  2004-01-30  |  82b  |  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.