How to get a Sprite by tag in Cocos2D ?
Hi, Sometimes you may need to get a sprite using tag while doing a project using Cocos2D. It’s easy to get a sprite by a tag in Cocos2D, use the following code to get it. Here ‘tempSprite’ is your CCSprite and it will get the sprite with tag 7. 🙂