Skip to main content
Participant
May 23, 2024
Question

Select All Artwork above using script

  • May 23, 2024
  • 1 reply
  • 199 views

hi, 

in illustrator, we have an option to Object->Lock->All Artwork Above, which will lock the all artwork objects above the current selection.

similarly using a script, how can we "select All Artwork above" instead of locking?.

 

Thank you 

This topic has been closed for replies.

1 reply

Sergey Osokin
Inspiring
May 24, 2024

Try these two scripts: SelectAllLayersAbove.jsx, SelectAllLayersBelow.jsx https://github.com/creold/illustrator-scripts/

If you want to select all objects above or below your selected object (one), including objects on the same layer, then change "var isInclActive = false" to "var isInclActive = true" in the jsx file using a text editor or code editor.