-
CC Particle World doesn’t mix well with expressions?
Hello everyone, would appreciate if someone helped me out with this frustrating problem.
I’m trying to link the XY Position coordinates of a Producer to the Position coordinates of a Null Object (a Tracker, which was the target of some motion tracking). However whenever I write the expression to do so (thisComp.layer(“Tracker”).transform.position[0] for Position X (in CC Particle World) thisComp.layer(“Tracker”).transform.position[1] for Position Y (in CC Particle World)) the entire effect disappears — sparks, gridlines, everything.
I simply want to have the Producer follow this Null Object around the screen, but its pointless if the whole effect disappears from Comp (and Layer) view whenever I try to do so.
Thanks guys