Detecting what actors are at what coordinates
micah
Member Posts: 85
Is this possible? Like in a sidescroller, when the player presses up, how can you detect if there's a ladder actor on the layer beneath the player actor? Or if a bad guy actor walks into a wall, how do you know which wall it hit, so you know which direction it needs to turn?
Comments
As for the second, you can't check that, because actors unfortunately can't access other actors.