This week we continue our series on Click Track Videos by heading into After Effects and playing with some expressions to bring in our text. We also get inspired by the Drive Conference announcements and get another great freebie!
Stockpile:
Why web developers don’t need a Mac
18 Absolutely Stylish Designs Using Photoshop Brushes and How to?›
How to:
setting up a extrenal text document
What you text doc should look it:
Verse1 = ["verse pat one text""verse part two text"]
Hits1 = “Split up text word by word”;
\n\r = adds a line break to your text document
First expression which uses the Verse1 line from your text document:
if ($.os.indexOf(“Mac”) != -1)
myPath = “/Expressions/”;
else
myPath = “file://c:\\\\Expressions\\”;myPath += “nameOfYourTextFile.txt”;
$.evalFile (myPath);
eval(thisComp.name)[thisLayer.index-1];
Second expression which uses the Hits1 line from your text document:
if ($.os.indexOf(“Mac”) != -1)
myPath = “/Expressions/”;
else
myPath = “file://c:\\\\Expressions\\”;myPath += “nameOfYourTextFile.txt”;
$.evalFile (myPath);
splitVar = eval(thisComp.name);
splitWord = splitVar.split(” “);
splitWord[thisLayer.index-1]
Inspiration
North Pointe Drive Conference Announcments
Freebie: Red and Yellow Circles
http://www.churchmediadesign.tv/downloads/circles3/preview.mp4
Widescreen (1280 x 720) mp4 wmv
Fullscreen (800 x 600) mp4 wmv
Sponsor:
Gurus Of Tech.com FREE usergroup conference July 13 – 15th Louisville KY.
Dans Ink and Toner.com Sign up and find out more about the wholesale program and leasing programs. If you use the promo code of ChurchMediaDesign your will get a 3 month risk free trial of the wholesale program.

3 Responses
Hey Brad..am Allen from India…
thanks for all this stuff..really helpful.
I’ve been learning to create click tracks am using After Effects CS4.
Am having some difficulty in using the external document. specially when i enter text in (entry 2) the text before that disappears. Can help me to fix this>
Thanks a million!
Very nice series!
Do you have a PC version of the expressions? I noticed the “mac” on the first line.
Thanks
Nevermind, I found it on the link above it!