how to stop the array of sprite in cocos2d?
- by prakash s
I am devoloping the bubble shooter game in cocos2d how to stop the sprite movement at the center of the game scene in my game bec i want to shoot the bubble after stopping the movenent at certain position
here is my code
-(void)addTarget {
CGSize winSize = [[CCDirector sharedDirector] winSize];
NSMutableArray * movableSprites =…