Endless scrolling background
Jarivespa
The NetherlandsMember Posts: 65
hey, i am stuck with my game.
First i search the forums for a long time but i didnt find anything that helped me out. i used google and all other things.
my problem:
i have to create a endless background that is scrolling form the left to the right. the width is 960. what do you guys recommend??
hope you can help me out
-jari-
First i search the forums for a long time but i didnt find anything that helped me out. i used google and all other things.
my problem:
i have to create a endless background that is scrolling form the left to the right. the width is 960. what do you guys recommend??
hope you can help me out
-jari-
Comments
photoshop ---> edit ---> content aware scale
If so just move it across the screen and once it reaches the far edge, have the image spawn a new copy of itself and move it across the screen in a continuous loop. You'll also want to destroy the copy that is moving off screen once its all the way off screen so you don't get memory problems.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
yea i want that. but how does it make a copy and how does it destroy itself?
http://www.jamie-cross.net/?portfolio=gamesalad-endless-runner-overview
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page