08.08.14, 15:24
Does anyone know how to make objects transparent?
I've tried:
activeDocument.selection[0].style.fill.color=new RGBColor(0,00,0.5)
and
activeDocument.selection[0].style.fill.color.alpha=0.1;
But neither of them have any effect..
Any ideas?