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.
この単純なクラスの使用方法を知りたいだけです。参照を確認し、グーグルで例を探しましたが、うまくいきませんでした。私が夢中になるのを助けてください。
ここに私が使用しようとするコードがあります:
CCFadeOut *fade = CCFadeOut::create(10); fade->startWithTarget(someLabelWithText);
ありがとう
CCFadeOut *fade = CCFadeOut::create(10.f); someLabelWithText->runAction(fade);//