Page 1 of 1

set cursor?

Posted: Mon Aug 18, 2008 6:14 am
by peter.s
Hi,

I'm having trouble setting the cursor to hand. I have:

on MouseEnter
set cursor to hand
end MouseEnter

But it doesn't work, am I missing something?

Cheers.

Posted: Mon Aug 18, 2008 6:43 am
by malte
Yes, you did miss the lockcursor property.

set the lockcursor to true
set the cursor to hand

all the best,

Malte

Posted: Mon Aug 18, 2008 10:39 am
by peter.s
Thanks Malte - that did the trick!

Posted: Mon Aug 18, 2008 10:45 am
by peter.s
Actually... this might be a silly question...

Should I set the lockcursor to false on a mouseleave?

Would it make any difference?

P