How to avoid collision with the below platform?

Screenshot from 2023-12-06 16-24-25

The sprite will collision with the below when it has velocity… :frowning:

topPlatform.body.checkCollision.down = false;

bottomPlatform.body.checkCollision.up = false;
1 Like