[solved] Moving Platforms changing angle

Avatar
Mog
52 Posts
Posted Feb 23, 2012

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?

Advertisement
Registered users don’t see ads! Register now!
Avatar
Mevious
205 Posts
Posted Feb 23, 2012
Replied 34 minutes later
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.
Avatar
Mog
52 Posts
Posted Feb 23, 2012
Replied 9 minutes later
Wow, I should check flags more often...I was fixed on the options on the first page...thanks.