Parallax Scrolling

http://wiki.compilgames.net/doku.php/gdevelop/tutorials/parallaxscolling

I can’t find any tutorial about it beside in this link (above)
But, file in this tutorial is broken, can someone provide me a good one? :frowning:

The file seems to be broken indeed.

I have just created a quick example for you:
gametemplates.itch.io/template- … -scrolling

It pretty simple. Basically you need multiple layers behind the player and you need make the camera to follow the player on each layer but on each layer need to slow the camera down by multiplying the player position with 0.x value to make the parallax scrolling effect. Lower the value is slower, higher the value is faster.

Thank you very much. I’ll try it.