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

Kartoffelbrot's Comments

Back to Kartoffelbrot's profile

No problem, but what do you mean exactly? Creating the GUI, the logics and/or calculating the DMF?
your updates spam my notifications :D
beautiful
Thank you! The Tower class needs an object of the body in the constructor to be created. So the body is saved in the Tower, so that the Tower can get the coordinates of the tower. It is like this: public class Tower{ private Body tank; public Tower(Body tank){ this.tank = tank; } public void act(){ follow(); } public void follow(){ setLocation(tank.getX(), tank.getY()); } } There is much more stuff, too, for example to shoot. If you have more questions ask, it's no problem. :)
Why are here so many of These Scenarios? What are they supposed to do?
I can't do the first level :D
Cool. I like the graphics, simple, but very well.
This Website becomes nearly as much flooded with 3d Scenarios as crab scenarios. :D
very impressive. I wish I had begun learning programming earlier.