2' Layers choose

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

lee ky
Posts: 22
Joined: Tue Mar 03, 2020 3:59 am

2' Layers choose

Post by lee ky »

var doc = app.activeDocument; //references current document
doc.activeLayer = doc.layers[0]; //selects the top layer

var doc = app.activeDocument; //references current document
doc.activeLayer = doc.layers[1]; //selects the top layer

I'd like to choose two layers.
I would like to select two layers and link them.

link.jpg
link.jpg (96.19 KiB) Viewed 2250 times