Hey Guys - Collision issues

Hey

This is a platformer where you try to get to the other side while dodging obstacles.

For some reason, my collisions for holes and spikes are not responding. What am I missing?

(Behaviour has been put into ‘theplayer’)

https://flowlab.io/game/play/827066

Your “Hole” collision is set to “Top”. This means that it will only trigger if the top of the player touches a hole, which doesn’t happen.

ohhhhhh Nice one. I always thought that “top” related to top of the “hole” object. Hey, the more you know …

Thanks Grazer

Yeah, that’s a bit confusing - sry :confused: