$("#background").
.addSprite("background1", {animation: background1,
width: PLAYGROUND_WIDTH, height: PLAYGROUND_HEIGHT}).end()
.addSprite("background2", {animation: background2,
width: PLAYGROUND_WIDTH, height: PLAYGROUND_HEIGHT,
posx: PLAYGROUND_WIDTH}).end()
.addSprite("background3", {animation: background3,
width: PLAYGROUND_WIDTH, height: PLAYGROUND_HEIGHT}).end()
.addSprite("background4", {animation: background4,
width: PLAYGROUND_WIDTH, height: PLAYGROUND_HEIGHT,
posx: PLAYGROUND_WIDTH}).end()
.addSprite("background5", {animation: background5,
width: PLAYGROUND_WIDTH, height: PLAYGROUND_HEIGHT}).end()
.addSprite("background6", {animation: background6,
width: PLAYGROUND_WIDTH, height: PLAYGROUND_HEIGHT,
posx: PLAYGROUND_WIDTH});
Also why is posx used for every second usage of addSprite()?
It looks like you're new here. If you want to get involved, click one of these buttons!