-
subcomped expression not working when animated
x=transform.position[0]; y= linear(comp("02_max_Animation").layer("scale_SC").effect("Slider Control")("Slider"),0,100,130,1024); [x,y]hi guys,
i have this weird problem: i wrote a simple expression to animate the position value for an element in a subcomposition. the animation is driven by a slider in the main comp so i don’t always have to jump into the subcomp & to keep things tidy.Now, the expression works fine as long as i dont animate the slider value. as soon as i switch the stopwatch on, no change of the slider value (which i CAN animate) is reflected in the subcomp!
Do you have any idea what the problem is?! i am puzzled…thanks!