I'm new to cocos2D, and I wanna add an object that can be deformed when i touch it, can I do that on a CCSprite ? if yes, can anybody tell me how ?
thanks.

link|improve this question

71% accept rate
feedback

2 Answers

You can skew a CCSprite with the CCSkewTo/CCSkewBy actions. Combine that with rotation and scaling that's about the most deformation you can get without getting hardcore on render textures, polygon tesselation or shader programming.

link|improve this answer
feedback

Don't think you can do that on a CCSprite.

link|improve this answer
mmm can i do it with any other object on cocos2D ? – Mehdi Feb 4 at 22:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.