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

Comments for Spongebob

Return to Spongebob

A new version of this scenario was uploaded on Fri Dec 14 15:54:14 UTC 2012
A new version of this scenario was uploaded on Fri Dec 14 15:59:47 UTC 2012 i cant seem to get the score to work and would appreciate some tips
DJKenKenDJKenKen

2012/12/14

THE PATTY IS TOO SLOW
tylerstylers

2012/12/14

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
tylerstylers

2012/12/15

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
FraticaFratica

2012/12/17

Your patty is way too slow
KageryuKageryu

2012/12/17

it is intended to be slow so that the game is more difficult
A new version of this scenario was uploaded on Wed Dec 19 15:19:02 UTC 2012
A new version of this scenario was uploaded on Tue Jan 08 15:17:02 UTC 2013 please post scores in the comments use left and right arrow keys to move
..eventhough the patty is slow..its good to play with..^^