Side scroller

Hi guys im new to to corona and was trying to get my games background image to keep repeating over going from  to the left. I got this from somewhere on the site but it leaves a huge blank space then it starts to repeat after a while

local bg1 = display.newImageRect("images/full-background1.png", display.contentWidth, display.contentHeight) bg1.anchorX = 480 bg1.anchorY = 320 bg1.x = display.contentCenterX bg1.y = display.contentHeight bg1.speed = 2 transition.to(bg1, {time = 12000, x =-224, iterations = 0} ) local bg2 = display.newImageRect("images/full-background1.png",display.contentWidth, display.contentHeight) bg2.anchorX = 544 bg2.anchorY = 240 bg2.x = display.contentWidth + 240 bg2.y = display.contentHeight transition.to(bg2, {time = 12000, x = 160, iterations = 0})

Any help would be much appreciated as i tried to not ask on here cause i know people can get frustrated with same questions being repeated.

http://gamebuildingtools.com/corona-sdk/create-endless-scrolling-background-corona-sdk

https://stackoverflow.com/questions/11616534/design-an-endless-scrolling-background-in-corona-sdk

https://www.youtube.com/watch?v=YTMmfqwnw_E

http://lomza.totem-soft.com/tutorial-scrollable-background-in-corona-sdk/

https://forums.coronalabs.com/topic/63440-endless-scrolling-background-with-two-images-help/

https://code.tutsplus.com/tutorials/build-an-endless-runner-game-from-scratch-background-motion–mobile-9406

http://devblogdk.blogspot.co.uk/2013/10/how-to-repeat-2-backgrounds.html

 Thank you nick!

http://gamebuildingtools.com/corona-sdk/create-endless-scrolling-background-corona-sdk

https://stackoverflow.com/questions/11616534/design-an-endless-scrolling-background-in-corona-sdk

https://www.youtube.com/watch?v=YTMmfqwnw_E

http://lomza.totem-soft.com/tutorial-scrollable-background-in-corona-sdk/

https://forums.coronalabs.com/topic/63440-endless-scrolling-background-with-two-images-help/

https://code.tutsplus.com/tutorials/build-an-endless-runner-game-from-scratch-background-motion–mobile-9406

http://devblogdk.blogspot.co.uk/2013/10/how-to-repeat-2-backgrounds.html

 Thank you nick!