I am working on a project where i need to rotate an image by touching it.
It can be rotate faster or slower depending on how the user touches it.
Can you show ...
How can I rotate sprite around his center in cocos2d in ccTouchesMoved. I found some code, but this not what I need. I need to rotate sprite like photo in Photo ...
My problem is that before wand (A CCSprite) rotates it flips around. It's image is an arrow (->) and the arrow becomes backwards when touches moved is called (backwards: ->). How ...
I have an arrow that I rotate with touch. I was wondering if it was possible to rotate the arrow on a curved line? I've done some research and I think ...
I have made a biped using box2d. The soldier has a gun, which is a b2Body and is attached to the soldier's arm using a b2Joint. I want to rotate the ...