I think there is a problem while rebounding from the wall.
You could trie to use this:
//rebounding
for (int i = 0; /*near the wall*/ && i < 25; i++) {
move(1);
}
then the ball will rebound just one time.
And you should think of a faster ball.
but try to use greenfoot to make the ball move faster (that means Greenfoot.setSpeed() about 50 I think)
Oder in Deutsch:
Wenn du die oben angegebene schleife benutzt wird der Ball nun einmal an der Wand abprallen, wenn du die nach der abprallmethode benutzt.
Und du solltest den Ball schneller werden lassen indem du die act-Geschwindigkeit erhöhst (unten rechts: speed)
A new version of this scenario was uploaded on Fri Sep 07 07:08:35 UTC 2012
2012/8/29
2012/9/7