Search found 4 matches

by cdgary
April 26th, 2010, 5:01 pm
Forum: Expression Discussion
Topic: Coverting timecode to t value
Replies: 3
Views: 11185

Re: Coverting timecode to t value

Llody, in an unrelated topic, I downloaded your 3D layer distributed script and watched your tutorial and I'm fully able to follow your code, but I'm still trying to figure out how you were able to get the little purple squares, which looks like particles to morph into AE TUTS logo. Please Explain? ...
by cdgary
April 26th, 2010, 8:46 am
Forum: Scripts Discussion
Topic: Duplicating 3D ball Dispersion using a script
Replies: 0
Views: 5490

Duplicating 3D ball Dispersion using a script

Trying to duplicate a special effect at the following link (3D ball Dispersion: http://www.videocopilot.net/tutorials/3d_ball_dispersion/ )using scripting and by looking at the effect I’m trying to figure out the major Effects in AE that the developer manipulated to create this. I’m coming up wi...
by cdgary
April 18th, 2010, 5:12 pm
Forum: Expression Discussion
Topic: Is it Possible to do Particle Morhping in AE CS4
Replies: 1
Views: 8114

Is it Possible to do Particle Morhping in AE CS4

I wanted to know if it is possible to take a particle effect and morph it into a 2d object imported from Adobe illustrator using expressions?
by cdgary
April 13th, 2010, 2:01 pm
Forum: Expression Discussion
Topic: Coverting timecode to t value
Replies: 3
Views: 11185

Coverting timecode to t value

I have the follwing code for a solid layer dist = 300; startPos = [301,240]; linear(time,1.2,1.5,startPos,startPos+[dist,0]) Instead of using the 1.2 and 1.5 parameters in the linear method I would like to use a variable that holds a timecode format and convert the format into t so I can use it in t...