I'm anew cocos2d developer and I have a tiny problem and i need your help..
Actually i need to rotate a Sprite around the screen center, i put the position to the screen center and the anchor point to (-1,-2) for example and i did the rotate.
NOW my problem that i need to know the real position for the sprite after the rotation , every time i tried to read the position i got the screen center point and that's what i do not need.
Is there a way Or method to get the real position for Sprite??