Question
[JS] Move a Guide that has a ScriptLabel
I am trying move a specific guide. The guide is on the master page and is named myGuide
Here is what I currently trying, but it doesn't work.
app.activeDocument.guides.item("myGuide").location = 2
Thanks in advanced for any help.
Dan
P.S. I will this to work in CS2 and CS3.
Here is what I currently trying, but it doesn't work.
app.activeDocument.guides.item("myGuide").location = 2
Thanks in advanced for any help.
Dan
P.S. I will this to work in CS2 and CS3.