2 Simple Expressions In After Effects
Software Used: After Effects
Overview: In this After Effects tutorial focus on two simple expressions. The two expressions used are; loopOut(); and Wiggle(2,2);
For more information on expressions in After Effects check out AE Enhancers and the tutorials by Harry Frank over at graymachine.com.
View: View Tutorial
Simple Counter Expression In After Effects
Software Used: After Effects
Overview: This is my first After Effects video tutorial so please take that into consideration. In this tutorial I go through the basics of how you add an expression in After Effects. I focus on setting up a simple counter expression using an expression and the slider control effect. Here is the expression used;
val = effect(”Slider Control”)(”Slider”);
numDec = 0; // digits to right of decimal
numDigit = 2; // digits to left of decimal
if (val < 0) sign = "-" else sign = ""; s = Math.abs(val).toFixed(numDec); while (s.length < numDigit + numDec + 1) s = "0" + s; sign + s
For more information on expressions in After Effects check out AE Enhancers and the tutorials by Harry Frank over at graymachine.com.
View: View Tutorial
Intro To RealFlow - Basic User Interface
Software Used: RealFlow
Overview: In this first of hopefully many RealFlow tutorials I go over the basic user interface and layout. I show you how to navigate around and manipulate objects in a scene. This tutorial is just to get your feet a little wet and introduce you to RealFlow and understand where all the basic buttons are.
View: View Tutorial
3D Pill
Software Used: Photoshop, Illustrator
Overview: A 3D style pill made in Photoshop and Illustrator.
View: Tutorial
Pine Belt Pale Ale
Celis White
Terrapin Gamma Ray
Black Rain Imperial Stout
Oxford Class Organic Amber Ale
Add me as a beer advocate buddy
Add me to your del.icio.us network


