Turning On/Off The Hand Cursor

So, I learned that to turn off the hand cursor you use this code:


mc.buttonMode = false;
mc.useHandCursor = false;

My problem is this: Whenever I turn off the hand cursor using the above code, I have to move the mouse at least a pixel in order for the hand to change back into the arrow. If the mouse is still, it’ll stay as a hand. Is there any way to fix this?