Hi Anders,
I often create simple 2D-animations where one layer or “card” animates into the comp, then another one flies out from behind the first one etc. One way to make the “appearing behind another card” part look fancy is to set up the final position of the 2nd card, then move the anchor point of the 2nd card to the middle of the 1st card. Now when you scale the 2nd card up from 0% to 100% it will also appear to move, so you have the combined effect of scale and movement.
Sorry if the explanation is a bit shaky.
Anyway, I thought there might be a way to automate the process with a script which creates a null at the current cursor coordinates and then parents the current card to the null and so on.
At the end of the day it’s not that big of a deal, but since we repeat these types of animation so often, I thought I would give the automation a shot.
Cheers, Michael