Hi,
I have read many tutorials, looked through the samples and am stuck on one very basic point....How is the main game loop implemented. I have seen variations of onEnter, and also update methods, and schedule methods.
Where is the main logic performed in the game loop. In the good old days you would have a loop in main() checking for some end state, and in here you would update the motion, AI, collisions etc in this loop.
How does this basic concept work in Cocos2D....
THanks!!
i