I am new in cocos2dx android game development, I want to know how can i get the center point of sprite in cocos2dx. I am using the version 3.3.
Let me explain the problem I have one scheduler which call one of my function each 5 seconds. It will change the position of sprint. now over this sprite i want to put another sprite over this sprite exactly center over it. I want to know how to find the center point of running sprint in cocos2dx.
Any help appreciate :)
Thank you