John Pritchett
Forum Replies Created
-
John Pritchett
November 4, 2013 at 3:17 am in reply to: Switching Effects on & off by a Checkbox controllerActually Dan, after replying to say that using a colour overlay would work, it won’t, as you can only apply one layer style to a layer. Where as you can apply as many fill effects as needed…
Any other thoughts???Thanks
-
John Pritchett
November 4, 2013 at 3:07 am in reply to: Switching Effects on & off by a Checkbox controllerGees Your good!
Why didn’t I think of that…..Thanks!
-
John Pritchett
November 11, 2011 at 3:00 am in reply to: How to control an animation using a slider but keep the animation properties.I think I’m getting a little lost too!
You truly are a legend.
With a little tweaking, this worked perfectly.A huge thanks again.
John
-
John Pritchett
November 10, 2011 at 11:35 pm in reply to: How to control an animation using a slider but keep the animation properties.I guess this is where it becomes difficult. It can start anywhere +or-7 from the value. In this case 80, and finish anywhere within that range to. It just can’t go back and forth. Over what time? Perhaps lets make it over 10secs from frame 0.
John
-
John Pritchett
November 10, 2011 at 10:12 pm in reply to: How to control an animation using a slider but keep the animation properties.One again, Thank you. This worked sweet, but how does AE randomize it?
It seems to be choosing a value and never changing it.
If I wanted the random value ie -7,7 vary over time, but not wiggle, just increase over time?
You are a genius you know… -
John Pritchett
November 10, 2011 at 4:50 am in reply to: How to control an animation using a slider but keep the animation properties.So what I have done all works, but I am struggling with a random element to put into this expression.
Expression is
wipe=effect(“Radial Wipe”)(“Transition Completion”);
linear(wipe,0,100,80,0);How am I able to randomize the ’80’ value by a variance of +- 7?
NOT over time either (wiggle), just set randomly?Thank you very much for all your help!!!
wipe=effect("Radial Wipe")("Transition Completion");
linear(wipe,0,100,80,0); -
John Pritchett
November 10, 2011 at 12:55 am in reply to: How to control an animation using a slider but keep the animation properties.Sweet, All done. Thanks for your help Dan.
-
John Pritchett
November 9, 2011 at 5:08 am in reply to: How to control an animation using a slider but keep the animation properties.Thanks Dan.
This worked!!! with a bit of tweaking. Thanks.
My next mind bender is the code below. I just can’t figure out why it wont work.
I am attempting to control a second Radial Wipe from the first Radial Wipe inversely. As in 100=0 or 60=40 etc.
This example is applying the ‘inverse calculation but from itself, not the first “Radial Wipe”Why wont this work???
Thanks
effect("Radial Wipe")("Transition Completion");linear(value,0,100,100,0)
-
John Pritchett
November 9, 2011 at 12:27 am in reply to: How to control an animation using a slider but keep the animation properties.I think maybe what I need it the same animation (controlled by the slider) applied to every layer, but staggered by 10frames in time….
If I keyframe the slider between 2 points, how can I ‘delay’ this in time for each layer?
Thanks -
John Pritchett
November 9, 2011 at 12:12 am in reply to: How to control an animation using a slider but keep the animation properties.Thanks Dan for your reply , however this is over my head….
Am I keyframing the layer with the radial wipe effect, or the slider controller?