Finally, add this expression to the z-rotation property:
m = 360; //max rotation speed in degrees per second
seed = Math.round(effect("Point Control").param("Point")[0]);
age = effect("Point Control").param("Point")[1];
if (seed == 0){
0
}else{
seedRandom(seed,true);
rotSpeed = random(-m,m)
rotSpeed*age
}
I'm trying to create a calendar where the individual days of the month fall of the calendar. i've check out dan's confetti tutorial on his site, but i'm having trouble placing the layers into the shape of a calendar.
i need the calendar sheets to fall from the calendar and land on a "floor".
Re: falling calendar sheeets by Dan Ebberts on Oct 9, 2008 at 7:43:22 pm
I don't have time to flesh it out, but I think I would ditch those old expressions (I must have had a lot of time on my hands back then) and keyframe the sheet moving from the calender to its position on the floor. Then add some wiggle to the position, orientation, and z rotation. You'd want to ramp the amplitude of the wiggle up as it leaves the calendar and ramp it down again as it approaches the floor.
Re: falling calendar sheeets by Ryan Fannon on Oct 9, 2008 at 8:08:28 pm
that's what i think. i'm animating one of the cells from each column in the calendar, saving as a preset and then applying it to the rest of the cells in the row.
is there any way to tie all of the cells to a slider? so i could animate january 31st falling off the calendar all the way up to january 1st falling off the calendar with the slider.
Re: falling calendar sheeets by Trent Armstrong on Oct 17, 2008 at 7:10:19 pm
You might be able to put ease() on each of the pages and tie the first point to a value of the slider and then the last point to a value of the slider.
Maybe Jan 31 start = 0 and Jan 31 end = 3. Do that for each of the sheets with the three "sec" offset.
Re: falling calendar sheeets by Ryan Fannon on Dec 3, 2008 at 3:19:51 pm
Hey Jon. Here is what I ended up doing.
I placed the 42 individual calendar cells in their own unique composition.
I then nested those 42 individual compositions inside a 2000x2000 composition. I aligned the 42 individual calendar cell comps into the shape of a calendar and made them 3d layers. Seven rows. I then animated each individual calendar day falling to the ground. You can animate these however you like. I animated them starting at the right most cell on the bottom row.
Once I had the entire calendar falling to the ground I just duplicated the 2000x2000 composition 11 times. I then offset the time of the 11 layers to play after the layer before it had completed animating.
To make the pile on the ground look more unique. I faked the pile at the bottom. I created a pile of calendar cells in another comp and had them pop on screen after a few of the calendar sheets had fell.
If you have any questions just ask. I realize it's not the easiest solution nor does it have any expressions, but I was short on time and had to get it done.
Re: falling calendar sheeets by Jon Burns on Dec 3, 2008 at 5:02:13 pm
Hey Ryan, thanks for the info....wow! I'm actually looking for some sort of flipping calendar day thing to signify the passage of time....know what I'm talking about? Like one of those day calendars that you rip off a page every day? You'd think someone out there has done it in AE but I can't seem to find it. Anyway, thanks for the insight, I appreciate it....