Prevent actor from falling over...
TouchTiltGames
Member Posts: 1,162
You've got an actor that is moving when you control it, like a platformer, how do you prevent it from falling over or backwards when it jumps and (maybe) hits something?
I tried if self.rotation is > 0 then change self.rotation to 0
Tried angular velocity as well....
Tried constraining it on the Y....
Nothings working.
WTF?
I tried if self.rotation is > 0 then change self.rotation to 0
Tried angular velocity as well....
Tried constraining it on the Y....
Nothings working.
WTF?
Comments