-
toWorld Expression not working.
Hey creative Cows!
I want to add a an optical flare effect to a solid which has a wiggle effect and is also child of another null to determine the global position.
Here’s my expression to do this:
L=effect(“Optical Flares”)(“Position XY”);
L.toWorld(thisComp.layer(“Flare solid”).transform.position);I get the error saying: L.toWorld is not a function.
I must just be making a simple typo here but I have been wrestling with this for a day and cant seem to fix it.Any of y’all have a solution for me?
Much apreciated!L=effect("Optical Flares")("Position XY");
L.toWorld(thisComp.layer("Flare solid").transform.position);