如题想请教一下是否有播放完callback的功能
你问的是这个么?
CCArmature *cc=CCArmature::create(“jump”);
cc->setScale(1.3);
cc->getAnimation()->playByIndex(0,-1,-1,0);
this->addChild(cc);
cc->setPosition(ccp(ORIGIN.x+200,ORIGIN.y+VSIZE.height/2));
cc->getAnimation()->setMovementEventCallFunc(this,movementEvent_selector(GameScene::animationEvent));
那个是Animation Editor的 我指的是UIEditor中的Animation Callback