Page 1 of 1

After Effects 6.5 Bug?

Posted: September 15th, 2006, 11:52 am
by gimmel
I have a problem while writing an expression: The length function (for calculating the length of a vector) gives me an error message: Function not defined.

Who else has this problem?

Example:

Code: Select all

L=length(position1,position2);
Michael

Posted: September 19th, 2006, 3:01 am
by Mylenium
Umm, what position data are you refering to? Maybe you are simply defining that incorrectly.

Mylenium

Posted: September 19th, 2006, 5:43 am
by gimmel
position1 and position2 are positions from a layer. Like

Code: Select all

position1=thisComp.layer("arrow")
What else? :)

Weird: Now the length function works without problems.