I have a Sprite I want to use as a debug layer. So I would like to overlay this layer over the normal scene and draw to it.
This is fine except for that it blocks all MouseEvents from the layers below.
Is there a way I can set an InteractiveObject to allow MouseEvent objects to "pass through" and onto the InteractiveObjects below?