Friday, 6 September 2013

How to smoothly move a button in cocos2d Xcode

How to smoothly move a button in cocos2d Xcode

I have a jump button, that when clicked the player in game jumps. That
button should be movable, how could I do that? I have seen the CCSprite
moving images but don't know how to do that with a button and I don't have
a UIViewController class, the scene is pushed by the CCDirector.
Also how could we zoom in and zoom out of scene a little bit to make it
more featuring.

No comments:

Post a Comment