Design an endless scrolling background in corona sdk

coronasdk, lua

Solution

Try this tutorial http://mobile.tutsplus.com/tutorials/corona/corona-sdk-create-a-side-scroller-from-scratch/ it shows you how to make a continuous running game which includes a continuously moving background.

Problem

I have to build a racing game. For that I am using a road as a background which I need to scroll down and repeat so that the screen always shows a moving road i.e. with respect to the user car the road appears to be moving.

Original source