Problem with moving platform
Erised
Member Posts: 21
I am using interpolate to make a platform move up and down, and it is finally working properly, but when the player stands on it, it bounces the whole time it is moving down. I have restitution set to 0 on both the player and the platform, but it still happens. Any suggestions?
Comments
Also, instead of the player colliding with the platform, have the platform collide with the player.
Also, make sure the accelerate @ 270 degrees is high enough on the player to push him down at the same speed as the platform is moving downwards.
Also, turn moveable off on the platform (if you're using Interpolate correctly then you won't need the platform to be able to "move" and the behavior of interpolate will move it correctly).
If those don't work let us know.