CCControlExtension: the ColourPickers

Note: This post belongs to a long series whose summary is here and which aims to present you how to use the CCControl  library. In this part we will see how to create and work with a CCControlColourPicker which is an implementation of a colour picker for Cocos2D. It’s a very…

CCControlExtension: the Buttons

Note: This post belongs to a long series whose summary is here and which aims to present you how to use the CCControl  library. In this part we will see how to create and play with buttons in Cocos2D thanks to the CCControlButton class. A button aims…

9-Patch technique in Cocos2D

Note: This post belongs to a long series whose summary is here and which aims to present you how to use the CCControl  library. It often happens that we need to stretch images with no predefined sizes, as for example with buttons whose size adapts to the title…