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);//