Actually i am working with cocos2d Game. I am using CCLayer for particular scene. now there are so many buttons means CCMenuitems are available. I want to disable that all menuitems having same tags.
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
I'm not sure what the best way to do this is but the way I would do is by putting all the children into an array. Then iterate trough the array:
|
|||
|
|

