Hello Kalle,
Thanks a lot for your message.
This my flowchart:
-> Master
->Comp1 (with checkbox1)
->CompA
->Comp2 (with checkbox2)
->CompB
->Comp3 (with checkbox3)
->CompC
->Ect
In my case, I would like to duplicate Comp1 in the project windows to have Comp2,Comp3,ect
And each anchorpoint is related to the checkbox in its “hierarchy-1” Comp.
So for now, this expression works:
if(comp(“Master”).layer(“Comp1”).effect(“EffectName”)(“Checkbox”) == 1 ) y = 0 else y = 1080;
But since I call layer.”Comp1″, when I duplicate Comp1 (in the project window), each pre-Comp (A,B,C…) will all be related to the checkbox in Comp1 and not Comp2,3,ect.
My temporary solution is , as you said, to put all the checkbox in the same layer (using Numlayer operations, put it’s not the most readable and it’s kinda messy in here. It’s would be great to have each checkbox in the corresponding layer.
I’m looking for a way to call a value that is located in a layer in a hiearachy-1 level. I know this hiearachy-1 thing is unclear but I’m not sure how I should call it.
Anyway, thanks for your time. If you have any idea, your can save my week 🙂
Tommy