How can I create a custom button in cocos2d with custom label in it ?
Posted
by srikanth rongali
on Stack Overflow
See other posts from Stack Overflow
or by srikanth rongali
Published on 2010-05-04T07:12:56Z
Indexed on
2010/05/04
7:18 UTC
Read the original article
Hit count: 199
I need to create a button. And it should have a label on it. I need to write selectors for the button. I tried with CCMenuFont, but I could not add custom label on it or I could not set the size of the button? Can we set the size of the button by using CGRectMake ?
© Stack Overflow or respective owner