Hi,
I'm working on an autorunner game, loosely based on the Autorunner Example, and i wanted to add a few elements into the game which i hope someone can help with.
Firstly, i have a sprite that i would like to appear on the screen for just a second when the players score hits/goes past a certain number. For example, as soon as the player has reached 5000, a sprite will appear underneath the score just for a second and then disappear. This is just for an inside joke i wanted to add into the game. Is this at all possible? If so, could someone please explain, i'm using the score based off the Autorunner Example if thats helpful.
The other thing i wanted to add is an option to continue the game when the player dies, starting from the score that they died on, but only if the score that they died on is a specific number (hope that makes sense). So for example, if a player dies on a score of 123,456, the game over screen will appear with the usual Retry & Menu button, but in this case another button will appear saying Continue. This button will only appear when the score of 123,456 is met and will allow the player to start again but continue from 123,456 to improve on it. This is a sort of easter egg i wanted to add and would like to know if this is possible too.
Thanks.