omg getting crazy of this. Sorry for all the questions but now it sais "missing return statement" om this code:
public Counter getScore()
{
ScoreCounter = new Counter("Score");
addObject(ScoreCounter, 60, 30);
}

