4

有什么方法可以知道 cocos2d 中某个精灵是否正在运行任何动作?

4

1 回答 1

7

检查你的精灵的运行动作的数量,例如

CCSprite* sprite = [// something here];
int actionsCount = [sprite numberOfRunningActions];
于 2012-04-15T22:56:17.110 回答