-
Disable a Composition Programmatically
Is there a way to disable a Composition Programmatically?
It can be done with layers, i.e. myLayer.enabled=false .
But doesnt seem we can do the same thing on a comp, i.e. myComp.enabled=false.
They both have the eyeball, you’d think this world work on both.
Same goes with setting opacity on the comp, i.e. theComp.opacity=0; , that doesnt work either.
Am I just not getting the syntax correct?