Question
Adding effects to a Comp or Precomp
Hi everyone. I'm hitting a bit of a wall when trying to add a simple Checkbox contgrol to a comp the same way I would to a regular Null.
var myComp = app.project.activeItem;
var myNull = myComp.layers.addNull();
myNull.name = "Controller";
var nullOnOffControl = myNull.effect.addProperty("ADBE Checkbox Control");
var compOnOffControl = myComp.effect.addProperty("ADBE Checkbox Control");
Thanks!
