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

2018/3/13

How to check if 2 objects are touching each other?

Zweeg Zweeg

2018/3/13

#
What would the code for this be?
danpost danpost

2018/3/13

#
For intersecting a specific object, use the intersects(Actor) method For intersecting any object of a specific class, use the isTouching(Class) method.
You need to login to post a reply.