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

Gevater_Tod4711's Comments

Back to Gevater_Tod4711's profile

I think some of the sounds are wrong if I click them with the mouse.
If you go straight ahead, shoot and want the gut to turn clockwise it doesn't turn.
Ok I fixed that bugg thank you SPower
realy? Oh I've never seen this. In my cases he alwalys only tries one or two times. Thank you I'll correct that.
Yea but if your worm is in such a hole he can't get out there too. So it wouldn't be fair if the other worm could.
Hi all, the game has now got a A.I. but it's not the greatest A.I. i think. So my question: Has anyone an Idea how the A.I. worms could be better? Would be great if you had suggestion.
some of the keys block each other. So you can't shoot and turn in one direction at the same time. It would be better if you could. You are probably using code like this: if (Greenfoot.isKeyDown("anyKey")) { ... } else if (... If you leave out the else it should work better.
Thank you. Now I understood. It was realy hard to integrate it into my scenario but now I've got it.
I need your help again: I think see where the balls bounce off (in the souce) but what I don't understand is how the balls bouce off with an angle different to the angle they had before. So, how can the balls know how is the angle of the earth?