Expression request
Hi Guys, I tried to stay away from After Effects and concentrate on sound - but I have failed! I am hopelessly addicted to AE - there is no turning back! I have a question about expressions. I have...
View Articlecontrolling Key-Value by Point Controller
Hey guys,I have multiple layers, each one has three position keyframes with keyA, keyB and keyC. Now I want to have a small "helper": the value of frame B should be changed by a "Point Control" (which...
View ArticleHow to create a simple bobbing up and down motion expression?
Hi, I have a 3D object that I want to continuously bob up and down but I'm having trouble finding an expression to do this. I would use wiggle on the Z except wiggle creates random motion and I need...
View ArticleNoob Question: Move a layer in the opposite direction of a different animated...
So say that I have an icon that I animate on the Y-axis +40px, but instead of trying to hand key the other layer each time, is there an expression I can write to have the other layer move in the...
View ArticleCan I have a slider impact a timeline just at one point?
I am using AE CS6, on an HP 820z, Win 7. I would like to have a series of layer objects follow different paths to an end point where they line up horizontally curving back in space on the sides.Here is...
View ArticleHelp with expression - linking to beam points
i have this expression applied to a flare on a beam effect - it moves the flare up and down the beam. myAngle = (thisComp.layer("Spark Speed Controller").transform.rotation) / 360;p1 =...
View ArticleAnimate Number Counter - French Version
I need help figuring out how to animate a number counter, but in french. I have the english version of my numbers animating up using the following algorithm: numDecimals = 1;commas = true;dollarSign =...
View ArticleHow do I roll a ball along both x and y axis?
I am trying to roll a 2D ball in 3D space that only moves on the x and y axis through a maze. I would like it to be rotating 360 degrees based on the curcumference so it looks like it is rolling no...
View ArticleSource Text slider apparition
Hi, I would like to use a slider to display a text (when the slider value is 0, the source text display nothing, when it is 10, the source text display the 10 first letters etc...). Like the...
View ArticleSynchronize native Text between several Comps
Hi, thirst thread here for me I would like to do this: In comp 1 I have a native AE text layer (one or more words).In comp 2 I also have a native text layer. And this text here should "follow" all...
View ArticleHow to start my bouncing effect at specific time?
I try to build an expression preset for bouncing effect. Here is my code: timeIn = effect("Start Time")("Slider");In = timeIn.value; timeOut = effect("End Time")("Slider");Out = timeOut.value freq =...
View ArticleCreating an expression to drive a Gain Reduction Meter
Hi everyone, I am faced with a bit of a conundrum, and would appreciate some help from the collective wisdom here. Presently I am making an audio compressor animation for instructional...
View ArticleChange opacity precomp layer expression
Hi, I want to control my precomp layers opacity within my maincomp by changing the layername. For example: If my layer name(in the maincomp) is "A" only the layer called "A" in the precomp will show. I...
View ArticleAE expression for "length of text layer" for lower thirds nameplate
Hello everyone,Is there a way to measure the total width (and height) of a text layer, to automatically update the length (and height) of a shape layer? I produce web news segments with 7-15 lower...
View ArticleTrack nested child layer's position
Hi, I have a Main Comp with a layer named 'Controller'.I have several 2d layers parented to this controller.Now,i need to precompose two of them.let's say this precomposition of these two layers is...
View ArticleStoring a position value from the previous frame
Hey guys, So, I'm trying to assign the X value a null object had at the previous frame so I can continue to subtract a number from it cumulatively. I'm trying to assign it to a variable (prevframe)....
View ArticleCan`t access to gradient colors in shape.
Hi.Trying to access to gradient colors using expression.I thought that I can access to them using array, something like this: thisComp.layer("Cubes").content("Group 1").content("Rectangle...
View ArticleAccurate Timer For Sports
Hi all. I'm trying to make an expression you apply to a text layer to time sports videos accurately. So far, I have the minutes and seconds figured out, but can't seem to get the milliseconds to work....
View ArticleDisplaying system time (not timecode)
For the life of me, I can't find any Expressions that deal with displaying the current system time using the source text property. What's a good way to get "04:53 PM"? (assuming the time is really...
View ArticleDan's Universal Counting Clock
Hey Dan! I was trying to get your Universal Counting Clock to stop when it hits 00:00:00, but this part threw me: if (clockTime < 0){ sign = "-"; clockTime = -clockTime;}else{ sign = "";} I...
View Article