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 for iPhone 中实现整个场景的缩放动画。这应该通过自动而不是通过触摸交互来完成。
我试过了,
layer.scale = x ;
我想在几秒钟内放大整个场景。