I have a tree structure with a background image, then a button, then a sprite that covers the button. The sprite is controlled by an animation which moves to expose the button. After the animation is complete the button is exposed but is not accepting mouse clicks.
I assume this is because the button is still under the sprite in the tree order although the sprite has been moved away.
Is there any way to address this ?