• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Illustrator Scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Illustrator Scripting


  • Subject: Illustrator Scripting
  • From: Steven Valenti <email@hidden>
  • Date: Fri, 11 Mar 2005 13:29:54 -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


  • Follow-Ups:
    • Re: Illustrator Scripting
      • From: Simon Topliss <email@hidden>
  • Prev by Date: Illustrator scripting
  • Next by Date: Re: Folder Action to create Archive
  • Previous by thread: Illustrator scripting
  • Next by thread: Re: Illustrator Scripting
  • Index(es):
    • Date
    • Thread