[CCAnimation animationWithFrame:frame ,帧数:2 延迟:0.5]
self.abc = [CCSequence actions:
[CCDelayTime actionWithDuration:1],
[CCSpawn actions:
[CCAnimate actionWithAnimation:[CCAnimation animationWithFrame:abc
frameCount:2
delay:0.5]
restoreOriginalFrame:YES],
[CCCallFunc actionWithTarget:self selector:@selector(abc)],
nil],
[CCDelayTime actionWithDuration:0.5],
[CCCallFunc actionWithTarget:self selector:@selector(abc)],
nil
];