how can I find the center point of a CCSprite?
My pseudocode is:
A get sprite bounding box
B compute center point of the sprite
C move center point relative to sprite position and anchor point (this will be the center point of the sprite)
And my pseudosolution is so far like this:
A [sprite boundingbox] B How to find the Center Coordinate of Rectangle? C I don't know :)
Any suggestion?