Dear All,
I am new to corona and learning myself from various samples and books. I am having trouble with
- How are graphic displayed in the corona
for example
local sky= display.newImage (“sky.png”, 100, 200)
Does the above codes put the middle of the image sky.png in the the screen at x=100 and y=200. OR does it put the left edge of the image at x=100 and y=200.