Sunday, January 24, 2016

Cocos2d-x C++ Button

The button is implement into the game where player will interact by clicking/ touching to make something happen. For example, when player tell the game(touch button) for navigating the object's positions or open another scene.

This tutorial show how to implement button to your game where when the button is press and then release, it will create another sprite to the screen.
Source Code https://github.com/GameSculpt/Cocos2d-x-Tutorial-create-button.git

0 comments:

Post a Comment