Set the pivot points to the bottom of the cards. Select the ground and the cards (or other way around, can't remember) and use Animation>Constraints>Geometry Constraint.
You'll need to do this for every card, so run this script instead. You'll need to run the constraint first on one card to get your settings. Select all your cards first.
$sel = `ls -sl`;
for ($obj in $sel)
{
// geometry constraint settings go here
}
Hopefully you can get it to work. If not, I'll post up the full code tonight.
Imagination is more important than knowledge.
Last edited by NextDesign; 12-09-2009 at 03:24 PM.