Re: Duplicating Items In Illustrator 10 (OS X)
Re: Duplicating Items In Illustrator 10 (OS X)
- Subject: Re: Duplicating Items In Illustrator 10 (OS X)
- From: Rob Stott <email@hidden>
- Date: Thu, 5 Jun 2003 08:17:32 +0100
Just a quick note to say thanks to those of you who suggested
solutions. I've got it working now!
Cheers!
Rov
On Wednesday, June 4, 2003, at 01:32 pm, Nigel Smith wrote:
On 4/6/03 9:43, "Rob Stott" <email@hidden> wrote:
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.
A quick test suggests the following:
-----
tell application "Adobe Illustrator 10"
tell front document
tell layer 1
set myObject to duplicate path item 1 to layer 1
translate myObject delta x 100
end tell
end tell
end tell
_______________________________________________
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.