Platform Spawner - Precise & Efficient - For your endless runner game
Here is demo project of how to spawn platforms for an endless runner game.
Check it out
Post here for any questions.
Note: Once Creator v 0.11 is released with new loop behavior, current loop(s) will be replaced.

Check it out
Post here for any questions.
Note: Once Creator v 0.11 is released with new loop behavior, current loop(s) will be replaced.
Comments
http://www.jamie-cross.net/?portfolio=gamesalad-endless-runner-overview
If you wanted those platforms to never move when the edge is hit you'd need to move them across the screen using an interpolate behavior (and un-checking moveable in the physics settings) or some other way. In the class I teach at udemy I demonstrate this method when creating a full endless runner.
As always there are lots of different ways of achieving the same effect, it just depends on your specifics needs.