Questions tagged [ccspeed]

CCSpeed is a class used in Cocos2d game engine. This class is used to control speed of sprite animation.

CCSpeed is a class used in Cocos2d game engine. This class is used to control speed of sprite animation.

Class Reference

1 questions
0
votes
2 answers

Cocos2d CCSpeed in action crashes

I used CCSpeed action in cocos2d iPhone game. But crashes all the time. CCAnimation* animation = nil; animation = [[CCAnimationCache sharedAnimationCache] animationByName:ATTACK_ANIM]; if(animation) { CCAnimate *animAction = [CCAnimate…
Guru
  • 21,652
  • 10
  • 63
  • 102