Flight Sim Controls...

Hello.

I am in the process of creating a space battle type game and need some information on how to do the control set-up. I have everything worked out except the “Banking” turns, and the “Automatic Return to upright position upon release” event.

So far I have not been able to figure these two things out. Any help would be greatly appreciated. Thank you. :eyebrowlift:

Banking can be done either with an action actuator and setting the angular velocity for the right axis or by using the .applyRotation() method. I’m not sure what you mean with upright position.

Have you tried using IPOs?