portraitUpsideDown in the simulator

Hey everyone!

I was wondering if it's possible to test "portraitUpsideDown" in the simulator by rotating the device in the simulator left or right 180 degrees. When I do this my game just appears upside down.

Is this a limitation of the simulator or my code?

Thank you all!

Works fine in my simulator, double check your build.settings file, maybe?

Mine is currently;

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
settings =
{
        orientation =
        {
                default = "portrait",
                                supported =
                                        {
                                                         "portrait", "portraitUpsideDown"
                                        },
        },
 
        iphone =
        {
                plist =
                {
                                UIStatusBarHidden=true,
                        UIPrerenderedIcon = true,
 
                },
        }
        
        
}

Hey! Thanks Peach.
It's working now. The problem was that I had the following line in my build.settings file

content = "portrait"

Happy to help :)

views:1569 update:2011/9/26 8:07:09
corona forums © 2003-2011