Change the Cursor?

Andre Rombauts andre.rombauts at win.be
Sun Jan 13 14:07:01 EST 2002


> But nothing happend. When I switch to the Browse-tool for testing, the
> cursor is always the little "pointing finger" (except when over editable

Use this:

on mouseEnter
   set the cursor to hand
   lock cursor
end mouseEnter

on mouseLeave
  set the cursor to arrow
  lock cursor
end mouseLeave

André




More information about the use-livecode mailing list