fixed the score problem. add this to the world class.
public int timer =0;
public void act(){
if(timer>=100){
score = getScore()+1;
scorer.updateScore(score);
timer =0;
}else{timer++;}
}
A new version of this scenario was uploaded on Fri Dec 14 18:43:53 UTC 2012
fixed the score thx to the help of tylers
A new version of this scenario was uploaded on Fri Dec 14 18:44:02 UTC 2012
fixed the score thx to the help of tylers
you might want to make the world wider and make the patty move quicker. look at my game called zombie attack ,for some ideas, at this link: http://www.greenfoot.org/scenarios/4213
A new version of this scenario was uploaded on Mon Dec 17 15:21:14 UTC 2012
adjusted score
2012/12/14
2012/12/15
2012/12/17
2012/12/17
2013/3/21