Scrolling Repeating Background

Trying to create a scrolling background similar to the one in the tutorial on this website. I want my background to scroll to the left, however when I try to set the new image to spawn anywhere to the left of x=0 it doesnt spawn. Currently have spawn from position=(-self.size.width/2) and I can move the spawn position further to the right however anywhere below x=0 isn't being registered as a valid location.

Comments

Sign In or Register to comment.