working w/the tut-access-p1 tutorial the counter doesn't change score. it's the setImage tag.
what prevents the updated image from displaying
public void bumpCount(int amount)
{
totalCount += amount;
setImage(new GreenfootImage("" + totalCount, 30, Color.WHITE, Color.BLACK));
}
