-
Scale 4 different sized circles with slider with delay
Hi there,
I have four coloured circles on top of each other. Each upper layer circle is slightly smaller than the one below (so all circles can be seen). Picture is attached.
I am scaling the circles and have used a slider to control this.
I want each outer circle to multiply their scale so they get slightly larger than the inner circles and not maintain the same uniform scale.
So far I have added ‘*1.2 + 25’ to each expression.Here is where I am struggling:
I want to have a delay on the scale of the inner circles so that they delay scaling 3 frames after the outer circles.I also have the problem with my expression that when the slider is at zero not all of the circles are scaled at zero because I always have the +25 or +50 or + 75 in the expression.
So I think I need to do it from scratch but I need help. Any help will be greatly appreciated.
Thanks.
David.
temp = thisComp.layer("Scale Slider").effect("Slider Control")("Slider")*1.2+75;
[temp, temp]
