Hi Everybody inside forum..
I really need a great help from you forum...
I want to cut a box which has "effects: transparency settings: gradient Feather settings: applied" and paste it on layer called "gradient".
i tried like this;
doc = app.activeDocument.rectangles.everyItem();
for (i=0; i>doc.length; i++) {
if(doc.transparencySettings.gradientFeatherSettings == true) {
doc[i].itemLayer = "Gradient"
}}
but, i can't able to move the rectangle which has Gradient applied.
Help please forum...
Androse!!.