I have a racing game similar to hill climb. I wanted to make a parallax background. I made the parallax but its not looping. I asked in here and everyone is answering the same (Scroll the background backwards) BUT I want the parallax to move according to my player (Car) not always…
Hi, in this example the background moves in relation to the player GDevelop 5
If you want a loop you have to add the background elements that should repeat at the end of the previous element. You can see how to do that here GDevelop 5 (here it is moving on its own but the actual implementation would be the same for a background that moves in relationto the player).
Alright, did you try to set your background as in the infinite background example? You need your background image(s) two times in the scene (one is directly next to the other).
Then you just add for each background layer that you move as parallax in relation to your player this event block: