Hi there,
You might think that this is a stupid question, since everyone who knows a little bit of actionscripting, knows that this can be achieved with onRollOver … But that’s not exactly what I’m looking for.
I have a small tooltip which follows the mouse and asks the user to click in order to close a picture. The tooltip follows the mouse using startDrag(“tooltip”, true);
But I’d like to remove the tooltip once the user moves the mousepointer outside the picture.
Though, when you use onRollOver, the mousepointer changes into a finger. This is not what I’m looking for since the picture than functions and looks like a button.
So is there any way to detect if a mousepointer is over a movieclip, without changing the cursor?