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: