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

2012/4/7

I need help on some code.

MakerOfGames MakerOfGames

2012/4/7

#
What is the code for like: if actor is at (x,y), turn
SPower SPower

2012/4/7

#
If(getX() == aNumber && getY() == anotherNumber) { turn } That wasn't so hard, was it?
You need to login to post a reply.