Moving platform does not push player with it

jamescatania1

  • Posts: 38
HI, i recently made my own moving platforms, with editable booleans up/across. The up down moving platforms work great. The character moves up and down in accordance to the platform, and can still jump and run while on them. When the platforms move across however, the player does not move in accordance, the platform just slides out from under the character. Is there any possible fix to this? Thanks in advance

JeffreyDriver

  • Posts: 2262
Increase the friction for your player actor. Found under the physics tab.

LIBERADO

  • *
  • Posts: 2720
Or add the x-speed of the platform to the x-speed of the character.
I'm spanish, excuse me for my bad English.
I'm not a private teacher. Please, post your questions in the public forum.

jamescatania1

  • Posts: 38
Is there a way to increase my friction when touching the platform, but set it back to zero when not? What I am looking for is a when self is not touching actor of group block/instance. Thanks

colburt187

  • *
  • Posts: 2416
There used to be a behaviour on Stencyl Forge called Ride Platform, maybe it is still available.

bobbyck

  • Posts: 124
There used to be a behaviour on Stencyl Forge called Ride Platform, maybe it is still available.

I used this in the past and it worked fine. I just checked and its still there.