Is there any way to set the images of a CCMenuItemImage after it's added as a child?
Set Image For CCMenuItemImage?
(3 posts) (3 voices)-
Posted 1 year ago #
-
Not that i know of. But you should be able to subclass CCMenuItemImage and implement this feature.
Posted 1 year ago # -
ya its there...for eg,if ur CCMenuItemImage object is menu,
then [menu setNormalImage:[CCSprite spriteWithFile:@"menu.png"]];Posted 5 months ago #
Reply
You must log in to post.