GameMaker How to jump through and then land on solid platform/physics on/off?

G

GMMG

Guest
The player should jump through a solid platform and then land on it.
It should be possible with "uses physics" checked and unchecked.
The platform is an object (not a tile) and it could be that there is another object
on the platform. So it's no option to make the platform unsolid/solid at runtime
to jump through and then land (also I don't know if that is possible) because the
other object on the platform would fall down through the platform if
"uses physics" is on or it has a gravity and the platform is unsolid.

So how can this be done?

Update: I found this video:
"Game Maker Studio: Jump Through Platforms"

There the platform is not solid.
So can "jump through and land" only be done with an unsolid platform?
I thought to do it with a solid platform because then I wouldn't have to
check collision at my own in the step event.
 
Last edited by a moderator:
Top