can i see the codes for this game and also when i clocked when it is showing that click to sstart ur game was not starting bro.........thanks in advance
i tried this code same as used
public void move()
{
//movement using the wasd keys
if (Greenfoot.isKeyDown("a"))
{
moveLeft();
}
if (Greenfoot.isKeyDown("d"))
{
moveRight();
}
if (Greenfoot.isKeyDown("w"))
{
moveUp();
}
if (Greenfoot.isKeyDown("s"))
{
moveDown();
}
}
i wrote all this and called the move() in the public void act()...... but the error is coming that cannot find the symbol...method moveleft().........
can i see the codes of this scenario as references coz i am very new to it.......asiftahir123206@yahoo.com.......thanks in advance ........waiting for ur reply
2013/8/24
Space Shooter
2013/8/22
Space Shooter
2013/8/21
Adventure
2013/8/21
Space Shooter
2013/8/21
Turtle 2
2013/8/21
Space Shooter
2013/8/20
Space Shooter