Why stopAllActions isn’t stopping anything; Things I didn’t know about Cocos2d-x, but I probably could have read in the docs somewhere #3

If you’ve got a `Sequence` running on one Node, with a `TargetedAction` pointing at another Node, calling `stopAllActions` on that other Node won’t have any effect, because the Sequence’s target is still the first Node.

Leave a Reply

Your email address will not be published.