Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Apply Wiggle Expression to Glow Effect

  • Apply Wiggle Expression to Glow Effect

    Posted by Joey Foreman on April 17, 2008 at 8:56 pm

    Please excuse my ignorance of the basics of expressions.

    I want to add a wiggle expression to the Intensity parameter of the Glow Effect applied to a shape layer.

    My expression line looks like this:

    effect(“Glow”)(4) wiggle(freq, amp, octaves = 1, amp_mult = .5, t = time)

    When I hit return I get the error message:

    After Effects warning: Expected: ;
    Expression disabled.

    Error occured at line 1.
    Comp: ‘Comp 1′
    Layer: 1 (Shape Layer 1’)
    Property: ‘Glow Intensity’

    What am i leaving out?

    Thanks.

    p.s. is there any way to add image files or screen grabs to these posts?

    Anton Jamm replied 17 years, 11 months ago 3 Members · 3 Replies
  • 3 Replies
  • Trent Armstrong

    April 17, 2008 at 9:25 pm

    Hey, there!

    When you are applying the wiggle() expression to something, all you need is wiggle(freq, amp).

    That is the basic wiggle() where freq is something like 3 and amp is something like 10 for your glow intensity. The wiggle knows the parameter to which it is being applied so you don’t need the effect reference.

    So the only think in your expression field would be: wiggle(3, 10)

    That should get you going.

    Trent

    Trent Armstrong – Creative Cow Leader
    https://www.dallasaeug.com

  • Joey Foreman

    April 17, 2008 at 10:06 pm

    Brilliant. Thanks.

  • Anton Jamm

    May 27, 2008 at 12:20 pm

    You must type a semicolon ” ; ” after the end of any expressions.
    That error said you about it.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy