标签: objective-c ios cocos2d-iphone
有没有办法知道某个精灵是否在cocos2d中运行了任何动作?
答案 0 :(得分:7)
检查精灵的运行动作的数量,例如
CCSprite* sprite = [// something here]; int actionsCount = [sprite numberOfRunningActions];