The logic would be to actually have the world/background doing the moving. Create the next section of the background off screen and have it move in view. When the last section of the world leaves the visible screen, destroy it.
Check out the Vertical Space Shooter Template that comes with Construct, it might give you some ideas. Instead of enemies/bullets spawning and being destroyed, it would be your world/background sprites.