Currently the mouse object have "Cursor is over" event that can help to cover "mouse over/out", but this event is causing a f*king problem for me:
When using "Cursor is over" to chance the mouse cursor to "Hand", and using else to set to "Normal", everything works fine....
But when using multiples Cursor is over for the same thing.... others events are always triggering "Else", setting the cursor back to "Normal"
I can fix this like in this image, where I put the other event in the first event else...
<img src="http://img89.imageshack.us/img89/9256/cursorisover.jpg" border="0" />
But with more and more events this become... unfriendly...
So why not implement "mouse over" and "mouse out"? This way the event will trigger only one time, solving the problem, and helping performance, since one time against an event per mouse move is a very big difference.