void ActionDelayTime::onEnter() { ActionsDemo::onEnter(); alignSpritesLeft(); CCActionInterval* move = CCMoveBy::create(, ccp(,)); CCFiniteTimeAction* action = CCSequence::create( move, CCDelayTime::create(), move, NULL); m_grossini->runAction(action…