You know how in a endless runner game(like dino run) the background will keep moving?
Yea, so im trying to do that. I dont want to make the endless runner game… But i kinda need
to know how to do it. Thanks Gdevelop Forum!
You can use tiled sprite. Something similar:
Will it continue 4ever? So im not trying to make a game with it i want it for background things, here look @ the screenshot.
Yeah, you can use any seamless sprite for “tiled sprite object” and scroll through it infinitely via “Change X/Y Offset” expression
Ty i will try it now and c.
hang on, scroll? it do sent go by itself?
Yes, you can do parallax for your bg by splitting it into layers and moving them with different speed for example.
I’m really srry but i didn’t understand…
I’m kinda new here… (joined July the 15th) Could u explain the whole thing in a easier way?
![]()
-
Take seamless picture:
-
Create a Tiled Sprite Object and add it to a scene.
-
Since you want to use it as a BG you should also put it at the 0:0 of your scene and set its width/height to your game/window size:

-
Scroll your BG vertically or horizontally by any number or variable you like.


Ty so much it works now! ![]()




