MOUSE_LEAVE not working when MOUSE_DOWN is active

Hi guys,

I need to stop a function when I’m out of stage, so I used the MOUSE_LEAVE, but I still have problems with it.

Let me explain, I’m draging MC on stage with the MOUSE_DOWN event, well, it seems I’m obliged to first stop clicking on my click for the MOUSE_LEAVE to be fired…

Any reason?

I really need to be able to stop the function even if the user is still clicking/dragging the element out of stage.

Thanks!!