Okay I’m totally n00b 
And I’m using Ultimate config with presets for several different devices (iPhone, iPhone 5, iPad, iPad Retina, Android).
In my case background is a still image placed in a center of the screen
background.x = display.contentCenterX;
background.y = display.contentCenterY;
I want to place several objects on a background in specific coordinates. But objects appear in different places every time when change a hardware(scale).
As I understand .x is calculated in a reference to device screen. But how can I use .x relative to my background image?
For now I’m using a primitive code
newX = background.x - background.contentWidth/2 + target.contentWidth/2
[import]uid: 150806 topic_id: 35471 reply_id: 335471[/import]
