Hello I'm making game using cocos2d.
and I have a gun. but my gun images are combined couple of images, which are bullet case and bullets and gun body, and hand.
these should be alpha(about 60%). but in cocos2d. if parents have opacity, children's don't have opacity. It's my problem. so I gave all of them a alpha each.
It means that I can see bullet which's not supposed to be seen. It's a problem. how can I solve this problem?
If there is a way I can combine images first and give a opacity, It will be great.
Thanks.