Hi,
I’ve got a background image which is 960x320 (wxh). I want to load the first half width of the image and then scroll it sideways, but when I view it in the iPhone simulator (in landscape orientation) the background image only occupies the top half of the screen. My config code is as follows:
[blockcode]
application =
{
content =
{
width = 320,
height = 480,
scale = “Letterbox”,
fps = 30,
antialias = true,
}
}
[/blockcode]
and my settings code is as follows:
[blockcode]
settings =
{
orientation =
{
default = “landscapeRight”,
supported =
{
“landscapeRight”, “landscapeLeft”
},
},
iphone =
{
plist =
{
UIStatusBarHidden=true,
UIPrerenderedIcon = true
},
}
}
[/blockcode]
What am I getting wrong? Thanks. [import]uid: 52069 topic_id: 12631 reply_id: 312631[/import]
