Endless

Hi guys,
My game is nearly ready and I just need to the the 'endlessness' to it.
how do you do that without using the wrap X/wrap Y because that is really jerky and the same old thing every time (there are pits and obstacles too).
So how do I make it endless like the ePig games with obstacles and stuff?
Thanks In Advance
My game is nearly ready and I just need to the the 'endlessness' to it.
how do you do that without using the wrap X/wrap Y because that is really jerky and the same old thing every time (there are pits and obstacles too).
So how do I make it endless like the ePig games with obstacles and stuff?
Thanks In Advance

Comments
Then place this a little way away to the left of the leftmost edge (so probably at X - 40 or something).
then on your other actors have a rule that says 'when collides with invisible actor, change attribute self.position X to 600.
Play around with the values till you get something you're happy with.
Cheers,
QS
here is the file for the game:
http://uploading.com/files/m89984m9/jump5.zip/
i hope it will help you, you can change the platform spawning position by going in to "spawning platform" actore and changing the spawning position.