The Wiggle Expression

It’s the wiggler! Not just a really greasy hairless wrestler from the 70s but a really commonly used expression in Adobe After Effects. Everyone uses it but who really understands this strange creature. You’ll learn how to wrangle the wiggler and wiggle your way around riding it like a sand worm.

Want to download the project file? Go for it!
http://www.mediafire.com/?1cswft6b4ttuxny

The expression is correctly spelled wiggle() with a comma in between it’s respective parts.

here are the expressions used:
COMPLEX FANCY PANTS WIGGLING
seedRandom(1)
x= wiggle(effect(“X – Interval”)(“Slider”),effect(“X – Amout”)(“Slider”));
y= wiggle(effect(“Y – Interval”)(“Slider”),effect(“Y – Amout”)(“Slider”));
[x[0],y[1]]

SIMPLE WIGGLING
wiggle(1,500)

If you have any questions hit me up in the comments or on twitter and facebooks
http://twitter.com/ecabrams
http://facebook.com/pages/ECAbrams/193708234045591

The Time Script

Want to make things faster? Save time? Turn back the clock? Well it’s time for the “time” script to change your life for the better. It can’t fix things like how old you’re getting before you’re ready but it can help you beat project deadlines and make quick revisions. Also it’s just great for lazy bums like me!

Leave any questions in the comments below and I’ll help you out best I can.

Here’s the project file I promised! http://www.mediafire.com/file/1cswft6b4ttuxny/Time Tut Project Files.aep

Scripts used in order of appearance:

time

Math.round(time)

n = time;

d = 100;

Math.round(n*d)/d

time*360

time*30

wiggle(time,time)

Follow me on twitter @ECAbrams or check me out on the Facebook at http://www.facebook.com/pages/ECAbrams/193708234045591