-
Switch parent of a layer based on opacity of another layer.
Say I have 5 layers, A, B C and D and X.
I have the opacity of A, B, C and D linked to a drop down menu in a pseudo effect I have made using a Switch statement. Whichever layer is selected in the drop down list is at 100% opacity, the others will be at 0%.
I want the parent of X to either be A, B C or D depending on which layer is ‘turned on’, or at 100%.
Is this possible?