Is it possible to get the current frame from the running Animation/action in cocos2d-x ? There is a function called iSDone but it will give me action done boolean once of the sprite and also will not provide the sprite data.
I want the height,width , x and y of the current frame while action is running.
is there any way ?