-
if/else Checkbox to switch between color controls
I have path layers and need to switch between two colors for BG white and BG black.
Want to link to checkbox to take ease control but can’t find right expression.Sorry for bad embedings, don’t know how to.
Thanks.ch = thisComp.layer("color Control").effect("Logo versión")("Checkbox");
c1= thisComp.layer("color Control").effect("Color Control")("Color");
c2=thisComp.layer("color Control").effect("Color Control 2")("Color");
if (ch== 0) [c1]
else [c2]Motiongrapher at cinestorm.es