> 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�

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to