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

danpost's Comments

Back to danpost's profile

As far as the loading message, I do not see that as much of a problem, but will probably remedy it later. Chat history, on the other hand, would be impossible; as every bit of UserInfo storage is used already. No place for history! Oh, and killing a link: select the user whose link you wish to kill and click on the 'Clear' button.
You had it for a little while! :)
@Zamoht, check again, you might be suprised!
Still working on the color scheme for the user buttons.
@MatheMagician, thanks. Glad you like.
The world constuctor that starts with 'super' should have a 'prepare();' call in it. With that, this should run online. But, you could also include the enemy (Alligator) in the 'prepare' method.
Also, adding some type of scoring would probably be a good idea.
You could also implement a way to allow the user to turn off (and on; or hide/show) the point.
You could also add constructors to 'stopper' and 'generator' to 'setImage(new GreenfootImage(1, 1));', so you will not see the green heel(s) at the top of the screen.