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

Gevater_Tod4711's Comments

Back to Gevater_Tod4711's profile

Yes I also have thought of nuklear weapons but on a such small map it would be realy heavy. But the idea with the far level is god. I think I'll put that in one of the next versions. Thank you SPower.
Hi guys. I need your help again. I want to add some new weapons to the game but I only got a view ideas. So if you have got any ideas for some crazy weapons please tell me.
Your character has already got life you just need a helth bar which you can find in many scenarios. Just look at the source. And to restart the level you just have to reset a view variables and add new enemys and a new CastleMan.
How can you have such a big world? Is it just one image you are moving in the background or did you do that somehow different?
you need a reference to the object in which you want to execute the move method and then call the method like this: reference.move();
you can also change the stars into different images using a random or the value for the speed of them.
if you want the stars to look different you just have to change the constructor of the star class. (public Star(int speed, ...)) Instead of the image that is used there you can use your own image
@epicm512 thank you. I'm glad you like the game.
maybe your use of this missile is wrog: First when there is no display (the red circle) you have to mark the target you want to atack and then there is the display and you can shoot the missile. If you first click at your worm the missile will attack you.