Click on a sprite with alpha 0

I am trying to click on a sprite with 0 alpha though it does not register click as I thought it would.

I searched this but couldnt see a simple example.

My ideal is to have an image hide and show when clicked - but I want to still click the image while it is invisible to make it reappear. There may be a better way of achieving this.

sprite.input.alwaysEnabled = true;
3 Likes

perfect - thanks.