Please or Register to create posts and topics.

[solved] Moving Platforms changing angle

I have an issue with moving platforms when they change angle. Suppose I had the following terrain:

http://postimage.org/image/6kqfwjjyf/

where the terrain is black and the moving platform travels along the red arrow. Whenever I get to the change in slope, the platform stops unless I jump up in the air to allow the platform to become parallel to the ground again. Is there any way to prevent the platform from changing angle?

There's a flag for func_tracktrain (I assume that's what you're using) called "Fixed Orientation". You want make sure that's checked.

Wow, I should check flags more often...I was fixed on the options on the first page...thanks.