Hi all. This is my first question here. I'm attempting to use AppleScript to organize the layers of my art files.
What I am looking to do is have all objects with a fill color that is a specific CMYK value moved to a new layer. I don't know enough about how AppleScript and Illustrator's scripting interface works to make this function.
In my mind, I want to write something like this:
select all objects with fill color CMYK:100,80,0,0
move selection to Layer 2
AppleScripts always seem to be far more complicated than I initially envision them. Any thoughts on how this might actually be written?
Thanks so much.
David