Hi all,
is there a way to change the x and y property of an Art object without having to use .translate()?
Did I miss something?
If not, I did this handy function (nothing revolutionary here):
function moveArtTo(art, x, y) { art.translate(x-art.bounds.center.x, y-art.bounds.center.y); }
I'm discovering Sg so I made little snippets like this. Do I post these to the Scripts/Libraries section? Is this useful to anyone?
ps: the "Notify on subsequent posts" isn't stored when submitting a script or a forum thread, you have to edit it and re-check that option in order for it to be saved...