Like I already mentioned: my score does not reset after restartingmy scenario. But if I restart the whole program it does reset the score.
Has anyone experienced something like that before?
The same applies to my live-counter.
Im German, so Punkte means score
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) public class Punkte extends World { static int jml_punkte = 0; // Punkteanzeige startet bei 0 public Punkte() { super(600, 400, 1); } }