How to continuesly create sprites Cocos2d?
Is there any other way other than cr开发者_StackOverflow社区eating new sprites as sprite1,sprite2,....?I mean do i have to save a counter of the number 1,2 ...?
I think you want to use arrays (NSMutableArray in your case). Here's the link how to use: http://cocoadev.com/index.pl?NSMutableArray
精彩评论