top of page

Cocos2D Menu

Ian Fan Dec 2012

Target:

Set CCMenu to contain many types of  CCMenuItem, tap one of the items to trigger a specific function.



Sample Code:

https://github.com/IanFan/CcMenu

 

Step:

1. Set many types of CCMenuItem, including CCMenuItemImage, CCMenuItemSprite, CCMenuItemFont, CCMenuItemLabel, CCMenuItemToggle with CCMenuItemFont, and CCMenuItemToggle with CCMenuItemImage

 

2. Set the CCMenu to contain these CCMenuItem

Further Link:

 

1. searching...

bottom of page