Answer the question
In order to leave comments, you need to log in
How to refer to AE composition width and height via JS?
var compName=prompt("Name Composition:");
var w=prompt("width");
if(compName!=null){
var newcomp = app.project.items.addComp(compName, 1920, 1080, 1, 15, 25);
}
I'm writing code, how can I make it so that the user can write the width and height himself through the prompt, and not I wrote in the code?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question