-
Change layer index by script
I am trying to change the index of a layer with a script, but I can’t find anything in the adobe scripting guide that let me handle the index number.
I suppose that it should be something like this:
app.project.activeItem.selectedLayers.index = 1;
but that doesn’t work.Thanks!
Matz