I tried with this: But actually my pop up dropdown menu have 6 numbers: 1, 2, 3, 4, 5, 6. How can i turn on/off each comp calling with the correct pop up name?
My Control is a null object Called “Control” and the effect is “Wul Control” The PopUp Dropdown Menu is “Equipo 1” and each selection is a number.
try{
L = thisComp.layer("Control").effect("Wul Control")("Equipo 1");
if (L.index == index) 100 else 0
}catch (err){
0
}