Alright, so I'm new to Cocos2D, so please be nice to me. :) Anyways, I'm working on an iPhone app, and I'm I want to have some text displayed on the screen, and then I want to change the text. Yeah, pretty basic.
So, I'm down with working with CCLabel to make a label and display it, but then how can I reference that label and change the text? If I was using Interface Builder, I could just make the UILabel and then edit the text displayed, but I don't know the equivalent on how to do it in coco2d. Right now I made a subclass of CCSprite to edit the objects I make.
Help would be appreciated, thank you!