I have a stupid little game that I made only for myself, but I’m thinking of sharing it with my friends, because it’s not ready for prime time. The game includes a person making a move in 4 seconds.
In my game, every time the level advances, I want to turn off all the buttons and show the countdown as 3 ... 2 ... 1 ... and then all the buttons are activated again.
Now there are two ways to do this (which I can think of) send the intention and go to another action in which I can create a “splashy” 3.2.1 animation and then return to the game activity ... or
just add text to the same game as 3 ... 2 ... 1..go!
What would you recommend?
I'm just afraid that if I send a person to another activity, then after the animation they will return and the game will not be fully loaded, but the timer will start, and therefore the game will give them less time to make their move.
Thanks in advance!
source
share