Copy link to clipboard
Copied
Can the script distinguish if I'm selecting an image or a text box?
For example, if I select an image, it returns: you selected image 1.
If I select both, it returns: You selected image 1 and textbox 1.
Copy link to clipboard
Copied
A script can do that, sure. For each item in app.selection, iterate through and alert(app.selection[i].constructor.name).
Copy link to clipboard
Copied
Copy link to clipboard
Copied
The question does seem a bit abstract ......
Copy link to clipboard
Copied
Seems like one even chatgpt could answer...