this is getting frustrating, is not working and i can’t tell why.
did is what i did.
in the main comps, i made nulls for every country, and parented the anchor point of the null to the country from another comp.
main comp europe comp
anchor point parent to
austria null ———————————–austria layer
main comp
trajectories null that contains:
layer control 1 – set on austria null
layer control 2
beam, with starting point expression
target = effect(“Layer Control”)(“Layer”);
fromComp(target.toComp(target.anchorPoint))
the expression is enabled and i got no error, the problem is it does not retrieving the true anchor point numbers from austria null. any thoughts?