DNESS / cocos2d-iphone

Automatically exported from code.google.com/p/cocos2d-iphone
1 stars 0 forks source link

Allow to disable or enable a CCMenu #1030

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current:
v0.99.5 only support enabling/disabling a CCMenuItem.

Improvement:
Allow an entire CCMenu to be enabled/disabled.

for example,  setting:
[menu setIsDisabled:YES];
will iterate over all the menu's children and and set them appropriately.

Original issue reported on code.google.com by irad.gil...@gmail.com on 8 Nov 2010 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by ricardoq...@gmail.com on 9 Nov 2010 at 12:02

GoogleCodeExporter commented 9 years ago
This feature is available in the CCMenuAdvanced in extensions repo. (Currently 
in the develop branch, will be release in extensions 0.1.2 soon)

Original comment by ste...@pixonic.ru on 1 Aug 2011 at 8:05