Hi guys, i was working like i do every day with Construct 2 and i decided to add a platform that disappears, like in those games where the platform is active, then it becomes inactive and you have to time your jump on another one then the platform gets active again.
To do it i decided to use the Solid behaviour :
-If the platform is between active frames : Solid is Enabled
-If the platform is between active frames : Solid is Disabled
But when i tried it, something was wrong,
If the player stays on the platform when Solid gets Disabled, the player will still be on the platform and won't fall through.
But if he goes down and tries to jump again, it works, the platform is not solid.
So... what should i do?