Hi !
I am quite new to cocos2d so maybe I haven't correctly understood something, but here is my problem.
I have a parent sprite A, with a child sprite B.
If I change opacity on sprite A, for example if I set it to 0, my sprite A become transparent. But my child sprite B is still visible with an opacity of 1.
Is it the normal behaviour ? Is there a way to propagate opacity changes to all children ?
Thanks !!!