Name: Controle Reverseing In Flight Mode
Date/Time: (n/a) (n/a)
Bug Short Description: I noticed when you flew in the happy hour in rine That your flight controle system is buged... I know y becuase I had this problem whith the space game I am programming.
Steps To Recreate:
Firstly you take off and go in a straight line.
You then clime verticly... this is when you can planely see the camara starting to get a little weard, this is beceuase the camara is only set to follow at a sertain angle to the ground... but we will talk about this laters...
Now after 180o this is the fun part. The plane is flying upside down... so what now...
If you rotate in a barral role 180o so you are upright you are faced with the same code logic dilema I had to fix on one of my collage games... all the controles go wacko and the camara goes mad
Attachments/Notes: Its only a simple controle's logic error... you have to make the way you move relitive to the position the camara is in acording to the way they are moveing...
Like i sead a miner bug but worth while fixing before you get to a point where the code is 2 complex to change it.