-
Setting position with a Dropdown Menu Controller
Hi there,
I am trying to set a position on layers with a Dropdown menu controller on each layer. This code I have cobbled together is not working correctly. Option 3 puts the line where Option 1 should. And vice versa. And Option 2 is the same as Option 1. Very confused! Any help would be massively appreciated.
Thank you!
dropdown = effect(“Line”)(“Menu”).value;
dropdown==1 ? value : [60,1018];
dropdown==2 ? value : [60,947];
dropdown==3 ? value : [60,876];