Alright so I have a very large image that is very long, and I have
So what pretty much happens is that half the image goes off screen before turning around, then goes across the othe world and goes halfway off screen at the other edge of the world and turns back around. How do I change it's origin to the image doesn't go off screen?
if(atWorldEdge())
{
isRight = !isRight;
}
