-
Add project item to an active comp
Hi!
I`m trying to add 2 items from the project to a bunch of comps.
I have this:
var itemOne = app.project.item(16);
app.project.activeItem.layers.add(itemOne);the console says : undefined is not an object…
Can anybody help me?
