Portait to Landscape
I know you can set the Portrait on Landscape mode in the main screen of the project file but is there a way to set when the user turns the iphone/ipad and automatically change the veiw from portrait/landscape, etc
Comments
I'm pretty sure you have to check these boxes for each scene you want to enable the autorotate feature for.
You'll want to make a rule that says: if device.screen.DeviceOrientation= Landscape Left (for example)
Then you can either tell it to go to a scene you constructed with landscape in mind or program each actor to move to the spots you want them to. For a menu, I'd probably just make 2 menu scenes, then tell it to go to the one you want. If you wanted to be fancy you could use move and rotate on all your menu items to change on the fly, but that's more work.