Hello, just having a little change in the way my game runs and would like a button that can currently be touched over and over again to only be able to be touched again after X seconds. For testing purposes I have made a Sprite counting down from 10-1 every second.
The problem I'm facing is that the first part works - the initial button gets destroyed and replaced with the counting down sprite. However, I cannot get the original button to respawn or destroy the counting down sprite. I have sat here for an hour experimenting but just cant get it to work.
Any pointers or am I looking in the wrong ball park? The initial Wait 0.3 to destroy the healthboostbutton is there just incase touch is prolonged on the button causing unwanted character movement. Cheers