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

2012/2/10

Right Click Setlocation of 1 object

DMCGames DMCGames

2012/2/10

#
This problem has bugged me for a long time. I don't know how to set the location of one Object. All help is appreciated. Thank You.
Gazzzah Gazzzah

2012/2/10

#
Greenfoot has a default command
setLocation(x,y);
Replace 'x' and 'y' with your desired co-ordinates.
You need to login to post a reply.