How do you get an image to fit for multiple devices full screen?
I tried it using:
local img1 = display.newImage(“wall.png”)
but it only shows up in the top left corner. How would I fix the dimensions for this image to take up the space of the whole screen regardless of which device? Also, how do you control user interaction, like if the user clicks this, this will happen…like which class’s method should I look into for that?
Thank you.