View Single Post
# 2 17-04-2008 , 03:45 PM
phonk's Avatar
Registered User
Join Date: Sep 2004
Location: Holland
Posts: 44
got it!!
Googled a bit and found this script:

int $frameOffset = 3;
int $currentFrame = `currentTime -q`;

for ($i=1; $i<=300; $i++)
{
int $currentOffset = $currentFrame - ($frameOffset*$i);
string $CMD = "setAttr domino" + $i + ".rz " + `getAttr -t $currentOffset dominoMaster.rz`;
eval $CMD;
}

that does the trick!
whoowhoopeedoo


'surf now, apocalypse later'