dancing logo
by Michael Cline
on
Apr 8, 2008 at 12:00:11 am
So.....now i have to make a logo dance randomly across the screen to music. I have my music track turned to key frames......where do i go from here? Could someone send me in the right direction?
thanks
-michael
For the quickest, if you got the "hold time" to match the time of the beats, here are two expressions from that last page that would do the trick:
holdTime = .5; //time to hold each position (seconds)
minVal = [0.1*thisComp.width, 0.1*thisComp.height];
maxVal = [0.9*thisComp.width, 0.9*thisComp.height];
segDur = .5;// duration of each "segment" of random motion
minVal = [0.1*thisComp.width, 0.1*thisComp.height];
maxVal = [0.9*thisComp.width, 0.9*thisComp.height];