Hey there,
I’ve just finished the “Getting Started” guide and was trying to get the game a bit more hard to play
So i’ve reduced the gameLoopTimer = timer.performWithDelay( 500, gameLoop, 0 ) to 250
And was actually wondering if there’s a way to keep decreasing that value based on the Score, in a way that the higher the player score is the faster the asteroids respawn.
Have tried to do this via the “if/then” command, but had no luck doing so …
Thanks in advance !