Event does not occur
I have an object which is supposed to work like this: when you click it is dragged, and when releasing the mouse occurs if the probe is touching the table. If so he should remain on the table, etc.
My problem is, that the check (MouseEvent.MOUSE_UP) occurs only if other objects (that can also be pressed) are not in the area, if they are in the same place where I release the mouse, they perceive the event, but I do not want them to take the event, but the object was dragged by mouse
Thanks all!
