This site requires JavaScript, please enable it in your browser!
Greenfoot back

Ninto's Comments

Back to Ninto's profile

I think that you should remove a lot of unused images and check the size of some of the others.
NintoNinto

2009/3/20

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.
Looks much nicer!
Me too just with two reds
yeah publish it.
don't really look like gas...
And it's easier to say Math.PI instead of 3.14...
But if you want a hole circle use drawOval(0, 0, 9, 9) insted of (0, 0, 10, 10)
Looks pretty nice with the out print too.