Forum Discussion
Yulstarlukimin
13 years agoCommunity Member
Change mouse to hand cursor when mouse hovered over hotspot
Dear All,
Currently, the mouse only change to hand cursor if I assign a click event to the hotspot. But, the mouse didn't change to hand cursor if I assign an hovered event to the hotspot.
So,...
Hi Yulstar - That's right if the button has a Down state. I'm sorry I didn't include that in my original post. I assumed you were only working with hover states.
Delete the button's down state and you'll see that the hand cursor won't change either. Since hotspots can't have states, you'll never get the hand cursor.
If you need the hand cursor, you could create a fake hotspot button but creating a shape with a down state and make both states 100% transparent. That should give you the hand cursor when you mouse over the object.