property obj : {} property pr : {} tell application "Adobe Illustrator 9.0.2" make new document set obj to obj & {entire path:{{anchor:{0, 760.0}, left direction:{0, 780.0}, right direction:{0, 500}, point type:corner} ツ , {anchor:{-94.0, 505.0}, left direction:{-94.0, 505.0}, right direction:{-94.0, 505.0}, point type:corner}}} set obj to obj & {entire path:pr} set obj to obj & {width:100} -- set obj to obj & {opacity:50.0} set obj to obj & {position:{0, 500}} set obj to obj & {closed:true} set obj to obj & {filled:true} set obj to obj & {fill color:{gray value:10}} make new path item of layer 1 of document 1 with properties obj end tell |