Hi all,
I use https://coronalabs.com/blog/2012/12/04/the-ultimate-config-lua-file/ for create fullscreen app and i use this codes for fullscreen background image.
background\_Obj = display.newImageRect("Pictures/background.jpg", display.actualContentWidth, display.actualContentHeight) background\_Obj.x,background\_Obj.y = display.contentCenterX,display.contentCenterY
But my problem is that I want to keep an object on a certain point of the background.
When I use the [View -> View As -> one of the devices] Object distance is the point of the background.
How can on any device, keep positioning an object on a particular point of my background ?