Re: moving platforms
Maybe you could use parenting to make them both move smothly together, and then have them unparent when you jump or walk off of the platform?
j2graves wrote:when the player jumps on a platform that moves left and right, I use this code
- Code: Select all
x=moving_platform.x;
it works, but the player kind of shakes back and forth. what else can I do?