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.
在我的游戏中,我想要一个带有灰色精灵的场景。两秒钟后,我希望精灵淡入白色(或淡入白色的精灵形式)。
这有点像 CSS3 过渡属性,其中一个东西可以淡入另一种颜色。这在 Cocos2D 中怎么可能?
查看 CCFadeIn/CCFadeOut 动作,您可以将其应用于精灵以获得您想要的效果。