How can i add CCMenuItemFont, CCMenuItemLabel elements in Cocos2dBuilder?

Is it because Cocos2dBuilder doesn’t include them?

It seems it’s not easy to add plugin for CCMenuItemFont, CCMenuItemLabel.
I just create an label and an menuItemImage, and add label to menu in code.

Ivy Shao wrote:

It seems it’s not easy to add plugin for CCMenuItemFont, CCMenuItemLabel.
I just create an label and an menuItemImage, and add label to menu in code.

Oh, why doesn’t the originators of CocosBuilder support these elements?
What a pity.

I may see the reason some where. CCMenuItem has three states, so label should have three states. It’s not easy to implement it.

jason wil wrote:

Ivy Shao wrote:
> It seems it’s not easy to add plugin for CCMenuItemFont, CCMenuItemLabel.
> I just create an label and an menuItemImage, and add label to menu in code.
>
Oh, why doesn’t the originators of CocosBuilder support these elements?
What a pity.

Ivy Shao wrote:

I may see the reason some where. CCMenuItem has three states, so label should have three states. It’s not easy to implement it.
>
jason wil wrote:
> Ivy Shao wrote:
> > It seems it’s not easy to add plugin for CCMenuItemFont, CCMenuItemLabel.
> > I just create an label and an menuItemImage, and add label to menu in code.
>
> Oh, why doesn’t the originators of CocosBuilder support these elements?
> What a pity.
Thank you.