问题: 执行动画后,会残留动画的最后一帧,如何消除
代码如下 : animation->addSpriteFrameWithTexture(…) runAction( CCSequence::create( animate->reverse(), animate, NULL) )