I can’t think of any way to align 4 images so that one goes top left, one goes top right, bottom left and bottom right. I’m pretty sure the wrong way is to hard code the pixel x, y coordinates, so is there an example of how it would be done?
bg1 = display.newImage(‘01_Sky_A.jpg’)
bg2 = display.newImage(‘01_Sky_B.jpg’)
bg3 = display.newImage(‘01_Sky_C.jpg’)
bg4 = display.newImage(‘01_Sky_D.jpg’)
bg1.x = 0
bg1.y = 0
bg2.x = ?
bg2.y = ?
etc…
[import]uid: 132937 topic_id: 34980 reply_id: 334980[/import]