I'm making a little iphone game, and I would get some clues.
Let's imagine:
Two background sprites moving pretty fast from right to left, and moving up and down with accelerometer.
I guess I ...
I am building a game with 20 levels and have around 15 music files. Currently I am preloading all the 15 sounds using cocos denshion at the start of the game. ...
is it enough if I set the visibility to NO on my CCNode/CCSprite? Is it still in the memory?
What's the best way to remove it from memory and than put it ...
I'm developing a game that is using box2d physics pretty intensively and my beta tester reported sloppy performance when there were a lot of objects on the screen. I was practically ...