RPG Developer Bakin

RPG Developer Bakin

michele.ianes 30. mar. 2024 kl. 5:24
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!
< >
Viser 1-1 af 1 kommentarer
g'mon 4. apr. 2024 kl. 7:06 
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.
< >
Viser 1-1 af 1 kommentarer
Per side: 1530 50