So, this is a pretty straight forward question. I make a custom class from CCSprite and have it do an action when it is touched. It should create another sprite and display it to the screen. While I can make the new sprite, how do I reference the Scene and add the new sprite to it?
I stated with the basic Hello World program, so there is still only the Hello World Scene, no others. How do I tell my custom object, "here is the scene, add this new sprite object to it?"
Thank for your help!
**Edit**
Is there also an easy way to have the objects get information about the scene? Like where their position is in the scene?