-
velocity expression leaves falling problem
hello forum
I’m animating some leaves falling. They are linked to branches via parenting so they grow as the branches grow. I have them rotating as they fall but need to wiggle there anchor points to give them a swirling motion. I originally wrote this
\
if (position[1] < 500 ) wiggle(thisComp.layer("ca08").scale[0],thisComp.layer("ca08").scale[1]) else anchorPoint \\ so that when the leaves hit the floor, they would stop swirling, because of parenting all 100 leaves have differring base positions, nightmare. If I replaced // position[1] < 500// with //velocity < 0 // then they would cease swirling when stationary. Or maybe I could calculate their global or comp position , is there a way of doing this for 2d objects? Thanks John Brown The Popular Society