@Override
 public void update(CCAnimator theAnimator) {
   CCLog.info(
       theAnimator.frames() + " : " + theAnimator.frameRate() + " : " + theAnimator.deltaTime());
 }