Hi guys,
I am trying to draw multiple transparent rectangles on top of each other. Unfortunately Flash never adds up my alpha values but replaces them.
For example when I draw one rectangle with say a 0x0F alpha with drawRect and another one with the same alpha on top I don’t get a 0x1E alpha but a 0x0F alpha.
Any Ideas?