stage orient
My app is set to auto orient and auto aspect ratio in the app descriptor. At a certain point, I want to disable it from orienting. If I call:
stage.autoorients=false;
it works for portrait but if it is called when in landscape, it changes back to portrait instead of freezing it in landscape. Is it actually loading the default instead of just disabling?
