{setRotation(90);
if (Greenfoot.isKeyDown("up"))
{ move(-4); }
if (Greenfoot.isKeyDown("down"))
{ move(4); }
setRotation(0);
}
I have done like this...is still something
the last question for today is how I am i add the score system?
and where it should be placed
thank you a lot
Start with int values in your World subclass, one for the score of each player. Then refer to my Value Display Tutorial scenario if you want the scores displayed.
i didn t get nothing from that chat :))
I will try at home tonight ...i will read something about the score table and maybe i will figure it out
Thank you a lot
hope I will find you tomorrow again :D
have a nice evening..or day ..we have different times :)