Hey Scripters,
I try to change the shade of a textframe fillcolor in percent, can anybody help me?
Hi,
use property fillTint:
myTextFrame.fillTint = 80; //set fill color to 80 percent
hope...
Sure, it works, thanks Jump_Over!
Tried it inadvertently with == yesterday.