How to make constantly moving map

I want to make a constantly moving map like the game vector or jetpack joyride where the character stays in one place but it looks like the character is moving, while the map looks like its moving as well.

@M a x i m i l i a n…
I can’t @ your name with the spaces in your name???

anyway, there are plenty of tricks that you could do and also look at a few videos on youtube about these kind of tricks. I too use a trick in my endless runner game;
DRIVE: http://www.flowlab.io/game/play/938307.

For more advance tricks, you would need to make a “background” objects to keep moving in 1 direction. After the object passes a point (either collision with an off-screen object or by extracting and using a filter) make the object teleport in back in front of the screen. Using 2 or 3 of these objects would make it seamless and endless.

When I say “Background”, I just mean a game world object with the layering under all your other objects. There is no behaviors you can edit for objects in the Background layer of Flowlab.