Hello there, I'm new to developing on the iPhone and cocos2d.
What I'm trying to make is a game like Knight OnRush. I am not sure how to start and really hope if there was some kind of examples I can refer to.
What I have thought is to have 3 layers.
3rd Layer which is at the back, the background. How do I make the background loop itself so that the background won't turn black after it has scrolled finish to the right?
2nd Layer in the middle, is the Sprite layer, where I have the main character and some objects.
1st Layer will be the Controls, Menus etc...
Is my concept correct? Please help me as I'm a newbie in coding. Thanks!