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

2013/5/11

hi

Alaska Alaska

2013/5/11

#
I am making a game in Greenfoot. How do you kill something if it touches an oblect
holla holla

2013/5/11

#
getOneIntersectingObject(java.lang.Class cls) 
          Return an object that intersects this object.
and
removeObject(Actor object) 
          Remove an object from the world.
You need to login to post a reply.