Hi,
I am having trouble with the positioning of images and sprites in a game scene. How would one precisely position items on screen and have the scene look uniform across all supported simulator devices?
I shied away from absolute positioning using pixel values as different devices have different screen resolutions. I have also used the following configuration values:
[code]
application =
{
content =
{
width = 320,
height = 480,
scale = “zoomEven”
},
}
[/code
Anyone have a suggested approach? [import]uid: 52069 topic_id: 16287 reply_id: 316287[/import]