I'm trying to create a scrolling background, but I keep getting gaps between the images.
Right now my event looks something like this.
ground X <= 450; System Create Object ground on layer "Obstacles" at (1256, 480)
I would like to be able to get the X position of the "old" sprite and the use that sprite's X position + width to set the X position of this new sprite, but I'm not sure how I can do this in Construct?