After Effects 6.5 Bug?

Moderators: Disciple, zlovatt

Post Reply
gimmel
Posts: 7
Joined: January 13th, 2006, 5:35 am

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
Mylenium
Posts: 139
Joined: July 20th, 2005, 12:07 am

Umm, what position data are you refering to? Maybe you are simply defining that incorrectly.

Mylenium
[Pour Mylène, ange sur terre]
gimmel
Posts: 7
Joined: January 13th, 2006, 5:35 am

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.
Post Reply