CCRotateTo动画在iOS 9.2.1中无法正常工作

时间:2016-05-02 04:49:38

标签: ios objective-c cocos2d-iphone cocos2d-x ios9.2

我在iOS 9.2.1中的CCRotateto动画中遇到问题。

我的CCRotateTo正在iOS 8中运行,但是当我将iOS更新到iOS 9.2.1时,它在动画中存在错误。

旋转效果不佳。

这是代码

[animation runAction:[CCRepeatForever actionWithAction:[CCSequence actions:[CCDelayTime actionWithDuration:0.25f], [CCRotateTo actionWithDuration:0.25f angle:45], [CCRotateTo actionWithDuration:0.25 angle:0], [CCDelayTime actionWithDuration:4.5f], nil]]];

0 个答案:

没有答案