I programmed a game in Greenfoot and used static variables. When I press on reset to reset the game, the static variables are not resetting to their “default” value (here boolean). Further in the code I made that when clicked on this object (here start button) to set the value of the static variable (here called startgame) to true but this doesn’t happen. Does someone know why this is not working or have a link where I can read about this?