Endless terrain

How can i create an endeless terrain in my game?

What about creating several big image textures and chain them? If you use scrolling, just translate the texture to the opposite side when the texture is out of screen.

I use this in my game Chicken Deep for a vertical scrolling. I have 3 textures and I chain them vertically. When the upper texture is out of the screen, I move it to the bottom (below the most down texture).

Thanks!!!:slight_smile:

There is an example of an endless parallax terrain on this thread, created using Level Director.

http://forums.coronalabs.com/topic/43973-side-scrolling-background-image-logic/?hl=scrolling

What about creating several big image textures and chain them? If you use scrolling, just translate the texture to the opposite side when the texture is out of screen.

I use this in my game Chicken Deep for a vertical scrolling. I have 3 textures and I chain them vertically. When the upper texture is out of the screen, I move it to the bottom (below the most down texture).

Thanks!!!:slight_smile:

There is an example of an endless parallax terrain on this thread, created using Level Director.

http://forums.coronalabs.com/topic/43973-side-scrolling-background-image-logic/?hl=scrolling