orientation confusion

I’m working on a game where I have to lock the orientation because i use the accelerometer for gravity vector calculations. As far as I now it is not possible to lock/unlock the orientation at specific scenes in the game… so I need to lock it when the app starts up.

so in the build.settings I put:

orientation =
{
default = “landscape”
},

my problem now is that the app sometimes launches with the reversed landscape orientation compared to the ios desktop…

Is there a way to make the app launch with the same orientation as the desktop, but only in landscape right/left modes? [import]uid: 13632 topic_id: 14792 reply_id: 314792[/import]