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.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to