This is in my config file:
application =
{
content =
{
width = 768,
height = 1024,
scale = "zoomEven"
}
}
I’m using the flight control source provided by ancsa, Whenever they display anything they scale it to the devices screen width and height. How would I go about positioning stuff exactly where I want them using this method?
So when they position a button they have done it using this:
playButton.x = display.contentWidth / 2
playButton.x = display.contentHeight/ 2
So when I position my objects now I need them to take into account the device screen size, but I’m unsure of how to set them in a desired position using this method. Does anyone recommend a different way for developing for iphone and Ipad? and is it easy to convert from the method being used now as all of the sources images are displayed using this method.
Thanks, Lewis.
[import]uid: 68741 topic_id: 11398 reply_id: 311398[/import]