How do I subtract from a counter, I wrote:
Ground Ground = (Ground)getWorld();
Counter theCounter = Ground.getCounter();
theCounter.add(-1);
It won't recognise the .add() bit ...
How do I subtract from a counter, I wrote:
<< Code Omitted >>
It won't recognise the .add() bit ...
If it does not recognize it, then it probably is not part of the Counter class (although, it is part of the Counter class provided by greenfoot). Show your entire Counter class coding for review (please use code tags).