Perhaps this question have been repeated many time, but I couldn’t found helpful material. Also this is my first project in cocos2D, i want to implement the ProgressBar, CCProgressTimer in cocos2D. I have two sprites, first is moving and the second one is the player (to which you can move), If user successfully eat the first moving object then the progress should be incremented else if it misses then the progress will be decremented. I need your help. Thanks in advance.
Perhaps this question have been repeated many time, but I couldn’t found helpful material.
Share
Here is my code I used for rounded CCProgressTimers (it looks like clock). You possibly need to have a background sprite and a “movable” sprite above background sprite.