I'm making a game where the user can basically press a sprite called "YES" or a sprite called "NO".
Once they tap either "YES" or "NO", both are grayed out (via animation), and I want it so you can't tap on YES or NO again.
I put them both in a group and set the group to Deactivated when either is tapped, is this the best way?