Mouse over state behaviour

At the moment, when you mouse over an object, it shows the mouse over state, but if you click (and show the mouse down state) and release, the object returns to its mouse away state even though the mouse is still over. The mouse over will only register again once the cursor has left the object, and returned again.
2,463 views 1 replies
Reply #1 Top
Yes, I always found this a little frustrating. Personally if I want to do anything vaguely interesting with mouse over etc I tend to use custom states and scripts to control them with OnMouseEnter, Leave, and the various button up/down events. It's a pain, but it's more flexible.