当我把
[_nextProjectile runAction:[CCSequence actions:
[CCRotateTo actionWithDuration:rotateDuration angle:cocosAngle],
[CCCallFunc actionWithTarget:nil selector:nil],
nil]];
xcode 在执行方法中抛出异常
杂注标记 CCCallFuncN
@implementation CCCallFuncN
-(void) execute
{
[targetCallback_ performSelector:selector_ withObject:target_];
}
@结尾
没有 runAction 它可以正常工作..任何人都可以帮助!?