Am I correct in understanding that the onMouseOver event doesn’t fire if the mouse button is clicked and held down prior to moving the mouse over the specified object?
If so, does anyone know of a way around this? Would I need to code something using hitTest to see if the mouse is over the specified object regardless of whether the button is down or not?