How To Copy EXPRESSION From Trapcode Echospace And Put It On A SEPARATE Slider?
I would like to use the Scale transform expression from Trapcode echospace but without having to use the trapcode echospace plugin
basically i want to copy only the scale option from echospace on a separate layer
and use that instead of trapcode
This is the expression copied from trapcode :
src=thisComp.layer("r"); rt=time-1src.effect("tc Echospace")("Repeater Delay [sec]"); lt=time-1src.effect("tc Echospace")("Transform Delay [sec]"); src.scale.valueAtTime(lt) + src.effect("tc Echospace")("Scale").valueAtTime(rt)1[1,1,1]
- - -
i need to put it on a layer that will be duplicated a bunch of times and each copy will also have the expression on them, controlled by a slider on a null layer
all layers will be controlled by the slider
I need valueAtTime scale that works the same as the echospace "scale' one
But i don't really know how to set it up i don't know how to code
can someone send me the correct expression please
