tags:

views:

264

answers:

1

Can anyone recommend a tutorial/guide for developing a simplistic flight simulator engine? I want to create a simple flight sim engine for the fun of it.

Language of choice...Actionscript 3...but any other should do.

Currently, if I can create motion on 1 axis, with engine thrust, inertia, mass and some brakes, I'd be happy. :)

Thanks in advance!

+5  A: 

There's an excellent set of tutorials on creating a flight simulator here. While it's in C# with XNA, you should be able to get a lot of information from this.

Pete OHanlon