0 Members and 1 Guest are viewing this topic.
001 tell application "Adobe Illustrator"002 activate003 tell document 1004 tell path item 1005 set stroke width to 4006 end tell007 end tell008 end tell
001 tell application "Adobe Illustrator"002 activate003 tell document 1004 tell (every path item whose selected is true)005 set stroke width to 2006 end tell007 end tell008 end tell