I have a Start menu which will have 6 buttons (sprites). And when touched, I change the animation of the sprite to one with a white outline.
However, my mind is falling apart over how to change back the animation when I click a different button.
At the moment, I have a boolean 'IsSelected' which toggles when I touch a button. They are all the same sprite, but I just cant figure how to toggle the boolean for that button when another one is touched.
Thank you,
Max