Trying to prevent Children MOUSE_OVER Dispatch MOUSE_OUT on Parent

so the problem is this you have a mouse over/out listener on a parent, but the children of that parent cause the MOUSE_OUT to dispatch even though technically your still over the parent.  

This could be a issue you may  run into if you build a navigation menu drop down. 


