我正在使用iphonegamestutorial的第二部分,我对ccTouchesEnded方法的实现感到困惑。这是实现“射击”的地方:玩家(大炮)转向触摸的方向,然后发射炮弹。我不清楚的部分是:_nextProjectile似乎在它仍然可以使用时被释放(通过它下面的代码-_nextProjectilerunAction)。您能否解释一下为什么此时释放对象是安全的?-(void)ccTouchesEnded:(NSSet*)toucheswithEvent:(UIEvent*)event{[_playerrunAction:[CCSequenceactions:[CCRotateToa