top of page

Cocos2D CcMultiSprite

Ian Fan Jan 2012

Target:

Keep putting sprtes in the screen, remove it when it drops out of the screen.
 

Sample Code:

https://github.com/IanFan/CcMultipleSprite

 

 

Step:

 

1. add many spriteNode in the mutableArray


2. put the ready spriteNode in the top


3. remove the spriteNode when it drops out of the screen
.

Further Link:



1. Searching

bottom of page