I have got a game scene with a layer for the enemies.
I generate a enemy node class but if I use [self addchild:sprite] this want work. How could I add the sprite images into the layer must I use a synchronize variable or could I define it directly in the node?
Thx