Hello,
So i want to display a game over screen which i created with paint at the end of the game when my timer is at zero. I also want it to show the achieved score right below the game over.
My idea was to remove all objects if timer= 0 and change the background of the world. In addition i would add a simple lettering which displays the scoreboard's final number when timer=0. Also possible would be to create a Gameover screen class and if timer=0 i just do addObject("gameoverscreen"). Could anyone give me an example for that as i am a rookie programmer with greenfoot?
Thank you very much in advance!!!

