Custom cursors

David C. davidocoker at gmail.com
Fri Feb 18 13:46:47 EST 2011


Hi Richmond,
How about:
on mouseEnter
   set the lockCursor to true
   set the cursor to 1005 -- your image id
end mouseEnter

on mouseLeave
   set the lockCursor to false
   set the cursor to arrow
end mouseLeave

Best regards,
David C.




More information about the use-livecode mailing list