私が置くとき
[_nextProjectile runAction:[CCSequence actions:
[CCRotateTo actionWithDuration:rotateDuration angle:cocosAngle],
[CCCallFunc actionWithTarget:nil selector:nil],
nil]];
xcodeはexecuteメソッドで例外をスローします
プラグマ マーク CCCallFuncN
@implementation CCCallFuncN
-(void) execute
{
[targetCallback_ performSelector:selector_ withObject:target_];
}
@終わり
runAction がなくても問題なく動作します。?