How do I get collision information

Hello, how can I get collision information?

I have an enemy colliding with a platform, and I need to access some internal variables of both the enemy and the platform.

Tried everything…

What exactly type of information were you needing? Something like the X,Y, sprite type or…?

Is object on given floor under [other conditions] might be what you need.

Note: If you have multiple enemies, you may need to use a for each object with this.

This could be the solution I was looking for, thank you, will try at once

1 Like