Copy link to clipboard
Copied
Hi, I would like to copy comp to comp in extendscript , like screenshoots.How I can do that in my code. Thank you for advice.
comp.layers.add(otherCompItem);
there's lots more in the AE scripting guide.
Copy link to clipboard
Copied
hi fuada52572480 <https://forums.adobe.com/people/fuada52572480>,
sorry, but i don't understand what you mean by "copy comp to comp". the
attached image doesn't make your question any more clear to me.
can you explain in a different way?
Copy link to clipboard
Copied
I would like to add first the next composition ( FirstScreen + SecondScreen + etc.............. ) Is it clear ?
Copy link to clipboard
Copied
if i get you correctly, you want to add some comp item as a layer in
another comp. right?
are you working with javascript or the SDK?
Copy link to clipboard
Copied
Yes that's right, I'm using extend script toolkit
Copy link to clipboard
Copied
comp.layers.add(otherCompItem);
there's lots more in the AE scripting guide.
Copy link to clipboard
Copied
I want to ask something more.
1. I want to add expression control (angle control) in layer
2. How to link other layers
Copy link to clipboard
Copied
how to add an effect to a layer:
https://forums.adobe.com/message/5256290#5256290
how to set an expression:
https://forums.adobe.com/message/3116365#3116365