Script to move all text objects to another Layer
Hi ,
I need a script that moves all text objetcs to another layer.
The layer is already created, i managed to access the text objects.
How can i move them to a specific layer ?
Thanks
Audrey
for(var e = 0;e<doc.textFrames.length;e++){
var frame = doc.textFrames
WRITE HERE HOW TO MOVE TO ANOTHER LAYER
}
