In my game everytime I loose/game over I have to restart the global variable cause I need it for the random plataforms (Global number: NextPlataform), so mi highscore doesn't work because everytime I restart the game, the gloval variables including the HighScore variable start again from 0. So the highscore now is useless.
This is what I have for the restart of globar variables:
Player--> on collision with Animal --> System [Restart layout // Restart global variables to default //Set Minscroll to Player.Y]
Please help!
Can I just restart the global variable of the NextPlataform variable?
Thank you