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.
我正在研究 cocos2D。我使用 CCSpeed 来提高精灵的速度,但它不起作用。如何动态改变精灵的速度?谁能提供一些有关此的信息。
这取决于你想做什么。CCSpeed 类似于“掩护”其他动作。您可以更改移动、旋转、缩放等的速度。如果您想移动某个节点(在您的情况下为精灵),请使用 CCMoveTo 或 CCMoveBy 动作。