For how long have u been programming because u r really good.
i'm pretty much done with a game but for some reasons in the app version of my game ,i'm unable to see any messages.
plz help, i'm wondering wether or not you could help me with that.
man try to ameliorate the man's movements by using this for a beginning
public void checkKeys() //method that assignes movements to the turtle is either the left or right key is pressed.
{
if ( Greenfoot.isKeyDown("left")) // Turtle turns -5 degrees if the left arrow of the keyboard is pressed.
{
turn(-5);
}
if( Greenfoot.isKeyDown("right")) // Turtle turns 5 degrees if the right arrow of the keyboard is pressed.
{
turn(5);
}
}
then later you will use something that requires you to use Rotation.
2013/5/27
The Penguin's
2013/5/26
Crab vs Lobster (2 player)
2013/5/25
Adventure
2013/5/24
Marbles
2013/5/24
GreenFrog
2013/5/24
Adventure
2013/5/24
Piggy Doomagedon!