Ever had the problem that you wanted the player to click something that was behind something? Ever had the problem that something large would stop buttons from being pressed?
The solution is mouseEnabled and mouseChildren.
To use it: objectInFront.mouseEnabled = false;
If the objectInFront has children: objectInFront.mouseChildren = false;