Illustrator scripting
Illustrator scripting
- Subject: Illustrator scripting
- From: Steven Valenti <email@hidden>
- Date: Fri, 11 Mar 2005 13:21:50 -0500
I'm trying to grab a compound path item with a spot color of "Pantone
871 C" and move this item to the back. How can I write this so it will
only move the compound path that has this color fill property?
Thanks
tell application "Adobe Illustrator 10"
activate
set x to compound path items of layer 1 of document 1 whose
properties
is {spot name is "Pantone 871 C"}
move x to end of layer 1
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden