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

2012/4/20

I need help on some coding.....

MakerOfGames MakerOfGames

2012/4/20

#
Is there another way to make the actor move upward except getY()±#
danpost danpost

2012/4/20

#
setRotation(270);
move(1)
setRotation(0);
will move the actor up one cell.
You need to login to post a reply.