This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
MakerOfGames
wrote ...
2012/4/20
I need help on some coding.....
MakerOfGames
2012/4/20
#
Is there another way to make the actor move upward except getY()±#
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.
X