I have a movieclip singleCircle which is a child of doubleCircle. Both circles are 100% black. Now when I set the alpha of doubleCircle, instead of treating the movieclip as a whole, it seems to be setting the alpha on each of the children, resulting in a darker part where they overlap.
Why does this happen and moreover, how can I set the alpha while preventing this from happening. It seems to me when I set the alpha on this specific object, an overlap shouldn't be visible, e.g. it should treat the object as a whole instead of assigning it to every child seperately
I also tried:
- putting doubleCircle inside another movieclip container and setting the alpha on that
- tinting the doubleCircle black and set the alpha
- cache as bitmap on doubleCircle
all of them result in the same overlap effect