1 decade ago by Asingh1313
Hi, I'm making endless running type game. currently I've only one level which is set to repeat throughout the game. Now I wanted to change the level after running some distance. So far I tried directly loading another level with loadLevel method but it is directly spawning background map top of the screen and i wanted new level to apear like moving from right to left.
How should i add new level so that it apear like moving from right to left on screen..
How should i add new level so that it apear like moving from right to left on screen..