Question
Adobe ExtendScript get array of manual selection
I am using
app.activeDocument.selection
This includes an array of my selection, however indexed based on the selected layers from top(index = 0) to bottom (index = app.activeDocument.selection.length - 1).
What I would like to have is the order of my manual object / layer selection. Is this possible?