Background movement when the camera starts to move

Hello, I have been making the background of my game move a little when my character walks, the bad thing is that when my character walks to the limits of the camera and walks the other way, the background moves before the camera is Move, could you tell me what to do?

You’re trying to do Parallax scrolling, and the way you’re doing it is probably going to break a lot of things for you.

Check out the Parallax scrolling example that’s built into the engine (and on the website). There’s also a user extension that can simplify it for you (some).

If I’m understanding your question correctly, I had the same one a while back. Check out this thread for the solution (also provided by @Silver-Streak !): Parallax only within certain coordinates

1 Like