setting cursor won't work
Posted: Sat Jun 16, 2012 5:41 pm
I'm trying to do what I thought was a simple and trivial task: changing the cursor to hand when hovering a button.
The button has the following script:
on mouseEnter
set the lockCursor to true
set the cursor to hand
set the lockCursor to false
end mouseEnter
It doesn't work. The cursor's shape won't change.
revCursors and revMacCursors appear loaded. The "mouseEnter" event is properly fired.
What am I missing?!
The button has the following script:
on mouseEnter
set the lockCursor to true
set the cursor to hand
set the lockCursor to false
end mouseEnter
It doesn't work. The cursor's shape won't change.
revCursors and revMacCursors appear loaded. The "mouseEnter" event is properly fired.
What am I missing?!