Move an enemy when I'm on top of him

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Pelli

Hi, I have a player that move with move and slide with snap, and enemies that moves with move and slide. When I’m above of my enemy (because you can climb on top of him) most of the times the enemie stop moving, I think is because of the player is pushing down and the enemie can´t move, how can I prevent that and make my enemies continuing walking like he is tramporting me?

both are kinematic bodys 2D

Have you looked at some tutorials and documentation on moving platforms? For instance, have you looked at this code recipe?

Ertain | 2020-07-14 06:25