Newbie question - Set the cursor to....

Joe Lewis Wilkins pepetoo at cox.net
Fri May 8 17:26:04 EDT 2009


Stephen,

One of the frustrating aspects about both HC and Rev is that the same  
things may be accomplished in a number of different ways. And  
assignments are particularly so, since you have to do things like:

put 20 into tVar instead of what you might expect tVar = 20

Which is one of the reasons the messageBox is so important. Testing,  
testing, testing. The set, put and get concepts are fundamental.

Joe Wilkins

On May 8, 2009, at 2:07 PM, Richmond Mathewson wrote:

> Very badly documented:
>
> on mouseEnter
> set the lockCursor to true
> set the cursor to hand
> end mouseEnter
>
> on mouseLeave
> set the cursor to arrow
> set the lockCursor to false
> end mouseLeave




More information about the use-livecode mailing list