Nope. See the attached stack. I cannot use the "lock cursor" property at all. As far as I can tell, the only way to hide a cursor is to:See the lockCursor global property.
Code: Select all
on mouseUp
set the defaultCursor to hand --or arrow, and nothing else
set the cursor to none
end mouseUp
Craig