-
Real Quick Expression Question
I’m having trouble with IF statements
What I want is if a checkboxA is off then checkboxB is off but if CheckboxA is on then CheckboxB be can be on or off
I have (not exactly but close enough)
If(thiscomp.layer.effect(“Paint Layer”)=0)thiscomp.layer.effect(“Paint Layer”)
Which should mean if CheckboxA is 0 then this checkbox is 0. I get a ‘can’t appear on the left hand side of an assignment, because it is read only” error
what am I doing wrong