Hi all! I want to create a platformer game that is similar to mario game. May i know how to make the platform drop when an object steps on it ?
Currently, i am able to make the platform drop. However, the object dropped immediately once it stepped on the platform and the platform dropped 2 seconds later (i set timer to it). How to make it such that the platform will drop a few seconds after the object step on it and the object is able to walk on the platform when the platform has not drop yet?
you mean the object fall through platform ? do the object is platformercharacter ?
Player falling and collision
yeap this is what i want. So in order to get this, i will just need to add player is falling and collision at the condition?
Ya… and permanent force
1 Like