Hey guys,
I have found a solution for this…
The problem is that First Checkbox always gets reactivated if I try to change the color or even if I uncheck the effect visibility…
I have 4 checkboxes on a single null…
Any suggestions?
Thx
// this is for the first one
var a = effect("Color Scheme 01")("Checkbox").value ;
var a1 = effect("Color Scheme 02")("Checkbox").value ;
var a2 = effect("Color Scheme 03")("Checkbox").value ;
var a3 = effect("Custom Color Scheme")("Checkbox").value ;
if ( a1 == 1 || a2 == 1 || a3 == 1 ){
a = 0 ;
}else
{
a = 1 ;
}