CCControlExtension: the Potentiometers

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 potentiometer in Cocos2D thanks to a class named CCControlPotentiometer. A potentiometer is a visual control…

CCControlExtension: the Steppers

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 CCControlStepper which is an implementation of a stepper for Cocos2D. A stepper control provides…

CCControlExtension: the Switches

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 CCControlSwitch which is an implementation of a switch for Cocos2D. It is useful to…