I have a CCSpriteSheet and a CCSpriteBatchNode animating from a .png and .plist files running perfectly, but, is there any way to know in which frame is the anymation in order to launch another CCAction??
For example, I have a CCAnimation with 30 frames and I want animate another sprite when the animation is in frame 15. Is this possible??
Thanks in advance.