Illustrator 10 translate object problem
Illustrator 10 translate object problem
- Subject: Illustrator 10 translate object problem
- From: Rob Stott <email@hidden>
- Date: Tue, 3 Jun 2003 14:43:57 +0100
Hi,
I wonder if anyone can help me with an embarassingly simple problem?
I'm trying to DUPLICATE an object, a certain distance horizontally in
Illustrator. ie. I have one path item which I want to duplicate to
leave me with two path items, a certain distance apart.
The following script will happily *move* the item, but not duplicate.
tell application "Adobe Illustrator 10"
tell front document
tell layer 1
translate path item 1 delta x 100
end tell
end tell
end tell
Am I missing a simple trick or am I going to have to read in the
various properties of the original and create a new path item? Surely
its not that messy?
Any help / tips much appreciated!
Thanks in advance!
Rob
--
Rob Stott
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.