I have a simple setup where a button is setup with the ButtonPlayAnimation attached. The script prompts a sprite with a label, to animate onto the screen thus covering the original button. The problem is that I can still interact with the original button through the sprite. The result is that the animation replays(an abrupt effect). How can I make it so the original button is no longer accessible once it has been covered by the sprite screen?
Thank you.