RPG Developer Bakin

RPG Developer Bakin

Jump under platform
Hello, I wanted to ask if there is a way to make a "platform" object that is: traversable when player is under it and jumps, and not traversable (solid) when player is over it.
A very common platform behaviour like in all classic platform games (mario, bubble bobble...) thanks!
< >
Showing 1-1 of 1 comments
g'mon 4 Apr, 2024 @ 7:06am 
Yes, it's very easy to replicate this.
the object checks whether the player's Y coordinate is greater than the platform's, then the object has a collision, if the player's Y is less than the object's, it turns off the collision.
< >
Showing 1-1 of 1 comments
Per page: 1530 50