投稿日: Jul 23, 2009 8:12:4 AM
# = index*##; # = index*##;
[#,#]; [#,#,#];
(2次関数) (3次関数)
<example>
[x = rotation]
x = index*50; x = index*50;
[x,x]; [x,x,x];
x = thisComp.layer(1).transform.yRotation.valueAtTime(time-0.1*index);
x;
x = index*50;
[x,x];