Notifications
Clear all
[Closed] need help getting an object to lag behind another
Mar 23, 2004 4:34 am
hi there,
I’m thinking this is probably a pretty simple script but i’m not sure…
anyway I want to grab the positional information from one object and apply it to another but a few frames delayed… This would also be handy to ba able to apply to any float…
If anyone knows a way please reply!
3 Replies
Mar 23, 2004 4:34 am
may be u can try the “Super lag” script from Comet cartoon or u can get it from Script spot ,
happy animating
Mar 23, 2004 4:34 am
A script controller would work wellsuppose you want $sphere01 to lag behind $box01:
Assign a Position: Script Controller for the $sphere01 and enter
–
at time (currentTime-50) $box01.pos
Khye
Mar 23, 2004 4:34 am
Thanks oatz, That’s exactly what I need!
I’ll have to check out that super lag script now as well…
Thanks again – pete