Hello,
I try to create a counter for my greenfoot "pong" game, but it dosent work.
It says that .getCounter() can not be referenced from a static context, but ive created the methode getCounter in Spielfeld in the right way ???
Can someone help me ?
if (block != null) {
dy = -dy;
getWorld().removeObject(block);
Counter counter = Spielfeld.getCounter();
counter.bumpCount(1);
