home *** CD-ROM | disk | FTP | other *** search
/ Skål! / Skål!Multimedia.iso / controls.cst / 00020_Script_ch_cursor < prev    next >
Text File  |  1999-05-06  |  78b  |  9 lines

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