Thank you for your reply. I want the platform to move ( horizontally) but not the player( the x- position of the player should be fix). The player should move only vertically (affected by gravity).
Develop games in your browser. Powerful, performant & highly capable.
I have a player with platform behavior and a moving platformer with a solid behavior. When the player landed on the platformer they both move together which is not what i want.How do i make the friction between the player and the platformer to zero?