-
Expression. Movement x-postion needs fixed start time.
Hi all you smart people.
I’ve got this script:
x = (time / thisComp.frameDuration) * 150;
value + [-x, 0]The only thing I want more, is to somehow fixed controll when the layer/comp is moving. Like when the timeline hits 1 sec. it moves and then I can copy this to another layer and make it move then timeline hits 2 sec. So in a way I can make a “fixed-randomness”.
Best,
Kasperx = (time / thisComp.frameDuration) * 150;
value + [-x, 0]Nyman