-
Getting Error on Expression for 3D Wrapping Text Tutorial
I’m going through this Creative Cow tutorial and I get an error message on the part that says:
Position:replace the expression with this one:
Initial_Tracking= effect(“Initial_Tracking”)(“Slider”);
Global_Tracking=thisComp.layer(“Global_Tracking”).effect(“Tracking”)(“Slider”);thisComp.layer(2).position.valueAtTime(time-Initial_Tracking*Global_Tracking)
My error message tells me that it can’t find ‘Initial_Tracking’ effect. I made sure the effect was named “Initial_Tracking” (minus the quotes) and even copied and pasted the name from the code to rename it. What am I doing wrong?