Moving platform problem
![liamo](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hey guys, I have a moving platform working, just a simple up and down movement between 2 points, it takes 10 seconds from one point to the other, using interpolate. when the player jumps on the platform, however, he is frozen in place, he can't move or jump around (he jumps using linear velocity y and moves with linear velocity x). I want him to be able to move around on the platform and jump. How can I do this?
Cheers
Liamo
Cheers
Liamo
Comments
As for using the interpolate behavior, that could also be a problem. Instead increase the density of the platform to something incredibly high. This will prevent outside forces from causing it to bounce or move away. Change the velocity of the platform every so and so seconds.
Remember the speed used in the move and change velocity behaviors is in pixels per second.
Hope this helps!