我的应用程序在iOS 9.2.1中的游戏程序中崩溃了

时间:2016-03-19 10:18:43

标签: cocos2d-iphone cocos2d-x

[CCAnimation animationWithFrame:frame                                                                                     ,帧数:2                                                                                          延迟:0.5]

self.abc    = [CCSequence actions:
                           [CCDelayTime actionWithDuration:1],
                           [CCSpawn actions:
                            [CCAnimate actionWithAnimation:[CCAnimation animationWithFrame:abc
                                                                                frameCount:2
                                                                                     delay:0.5]
                                      restoreOriginalFrame:YES],
                            [CCCallFunc actionWithTarget:self selector:@selector(abc)],
                            nil],
                           [CCDelayTime actionWithDuration:0.5],
                           [CCCallFunc actionWithTarget:self selector:@selector(abc)],
                           nil
                           ];

0 个答案:

没有答案