Original Post
Ok, I posted my code last time, and no one noticed (*sob*), so im gonna as a more general question. how do I draw a scrolling road? This is how I do it at the moment; I draw line by line the road from the bottom of the screen to half way up. Each time it is decreased using a ratio, so that you get perspective. I am also trying to use sin to allow me to make the road "turn", and am having a little luck doing that but not much. Is my concept worng? Is theer a better way of doing it?