How to make a sprite visible and invisible in Cocos2D ?
Hi, In order to make a sprite completely invisible , use the following code while using Cocos2D, this code will set the visibility of your sprite to zero. In order to make a sprite completely visible, use the following code while using Cocos2D, this code will set the visibility of the sprite back to one.… Read More »