Hello again,
I'm trying to change the position of the artboard on a document I've drawn some objects on. If I change the first zero (the x coord) the artboard does move, but when I change the second 0 (the y coord) to move the artboard up, the value changes on the artboard info, but the artboard itself doesn't move.
Thanks,
Ray
var myArtboard = document.activeArtboard;
myArtboard.bounds = Rectangle([0, 0, (artWidth / 2) + 350, (artDepth / 2) + 300]);