Cocos2d-x 3.0 animation frame by frame
- by Narek
As I know animations are actions. Now I need to play animation frame by frame. Say I have an animation from N frames. each frame should be played after t delay. Now I want to play animation frame by frame, each frame advance the animation's state. How I can do this?
And what about playing actions frame by frame advancing the state in general.
I…