Precise copy and move selected Objects using JavaScript to control Illustator CS6
Sorry - I've asked this question before, but in the wrong forum!
I want to select everything in my document and copy it a precise
distance across the page (x number of times using a for loop)
and then everything down the page (y number of times, ditto)
for example:-
var stepac=58 //distance across
var stepback=349.25/6 //distance down
stepac=stepac*2.83463717
stepback=stepback*2.83463717
The measurements are in millimetres, then converted to points
for use with the correct syntax when I can discover what it is.
Any help given will be most gratefully received.
