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

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to