/** Removes an action from the running action list */ public void stopAction(CCAction action) { _actionManager.removeAction(action); }