Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Script to move images to seperate layer #113681

    Hi
    Totally new to JS (native Applescript speaker ;) )
    I used this “simple” script to learn the syntax of ExtendScript, a great start, also found a small fault in it.
    in:
    imgs[i].parent.move(app.activeDocument.layers.item(‘Images’));
    Images is with capital “I”
    and
    app.activeDocument.layers.item(‘images’).visible=true;
    app.activeDocument.layers.item(‘images’).printable=true;
    ..images is with lower case “i”

    After change the script runs great!
    Thank you for teaching me! =)
    Cheers
    Johan

Viewing 1 post (of 1 total)