ok Drumlind11. I had just looked at you source-code and figured out how to make the score-thing work:
public void uploadScore(java.awt.Color c) {
GreenfootImage bar = getImage();
bar.clear();
bar.drawImage(new GreenfootImage("Untitled-1.png"), 0, 0);
bar.setColor(c);
bar.drawString(""+score, 7, 16);
bar.drawString(""+hiScore, 100, 16);
}
and the in the snakeWorld constructer place the SB at 80, 3 instead of 4.
2009/3/20
FinalChance
2009/3/20
Snake
2009/3/17
Pinball Physics
2009/3/17
consequences
2009/3/16
Pyro Sand
2009/3/14
Gas molecule movement simulation
2009/3/14
Pinball Physics
2009/3/14
Pinball Physics
2009/3/14
Pinball Physics