Change CCAnimation Frame Rate

114 views Asked by At

I am working on a sidescroller game in cocos2d. I have a CCAction derived from a CCAnimation that runs on a CCSprite. I run the CCAction with CCRepeatForever, but I’m not able to change the animation frame rate while the action is being performed. How can I achieve this goal?

0

There are 0 answers