hii,
i have some problem with anchor point. i thought
objectName.anchorX=0
and objectName.anchorY=0
will move the origin to the upper left corner of the image i still got my image away from the origin .
here is my code
local physics=require("physics") physics.start(); local bg=display.newImageRect("b1.png",1500,700); bg.anchorX=0 bg.anchorY=0 bg.x=0 bg.y=0
and my result: