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

2012/2/16

how do you list objects in a certain radius

tylers tylers

2012/2/16

#
how do you list objects in a certain radius
Builderboy2005 Builderboy2005

2012/2/16

#
You should check out the Greenfoot Actor API. It has a method that does exactly what you want, called getObjectsInRange(), which returns a list of objects within a certain radius.
tylers tylers

2012/2/17

#
thanks
You need to login to post a reply.