Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道为什么不推荐使用 CCSequence actionsWithArray: 以及如何解决这个问题。您可以提供的任何帮助将不胜感激。
Thank you, LearnCocos2D. The answer was in ccDeprecated.h. Turns out, all you need to do is use [CCSequence actionWithArray:] instead of actionsWithArray: