Search found 8 matches

by charliebrown
June 26th, 2008, 10:08 am
Forum: Expression Discussion
Topic: Get 3D Position values of Motion Path
Replies: 1
Views: 7389

Get 3D Position values of Motion Path

:D hi, everybody... I converted a regular motion path to 3D motion path by doing this: 1.) Paste a spiral motion path from illustrator to the position parameter of a 3D Null 1 2.) Create a 3D Null 2 and parent Null 1 to it. 3.) Rotate Null 2: X-axis 90 degrees. 4.) Set auto-orient to Orient along pa...
by charliebrown
June 24th, 2008, 5:06 am
Forum: Expression Discussion
Topic: Interactive Click
Replies: 12
Views: 18700

Re: Interactive Click

Thanks Lloyd. I concur. :D
by charliebrown
June 23rd, 2008, 8:37 pm
Forum: Expression Discussion
Topic: Interactive Click
Replies: 12
Views: 18700

Re: Interactive Click

Lloyd, never mind by last post. I figured it out. instead of giving point1 an actual name, I index it. (index + 1) now I can duplicate it as many times and stack it. so here the final expression: // Point1 is current layer, point2 is control layer point1=this_comp.layer("index + 1").positi...
by charliebrown
June 23rd, 2008, 8:25 pm
Forum: Expression Discussion
Topic: Interactive Click
Replies: 12
Views: 18700

Re: Interactive Click

Lloyd, I must say: YOU...ARE...THE.. MAN :wink: You ROCK and RULE and ROLL !!! 8) You found the solution. It is Purfect . Thank you. What do I need to do, to be able to duplicate the text layer and parent it to another rectangle without having to tinkle with the expression. seems like if I do it now...
by charliebrown
June 23rd, 2008, 4:54 pm
Forum: Expression Discussion
Topic: Interactive Click
Replies: 12
Views: 18700

Re: Interactive Click

by charliebrown
June 23rd, 2008, 4:31 pm
Forum: Expression Discussion
Topic: Interactive Click
Replies: 12
Views: 18700

Re: Interactive Click

Here is the project file sample. what am I doing wrong?

http://www.simulationbox.com/wp-content ... nd/GUI.aep
by charliebrown
June 23rd, 2008, 2:54 pm
Forum: Expression Discussion
Topic: Interactive Click
Replies: 12
Views: 18700

Re: Interactive Click

Thanks for the reply. Tried the suggestion, but still no change.
by charliebrown
June 23rd, 2008, 10:46 am
Forum: Expression Discussion
Topic: Interactive Click
Replies: 12
Views: 18700

Interactive Click

Hi, :) I am setting up a GUI interface project that mimics FLASH interaction/ MAC OSX pop scale effect. Original credit to http://jjgifford.com/expressions/geometry/length.html The expression works for scale,and opacity on the shape layer but not on the Text layer. I want the fill color to change fr...