PDA

View Full Version : need help getting an object to lag behind another


pete
03-23-2004, 04: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!

s-rajesh78
03-23-2004, 07:53 AM
may be u can try the "Super lag" script from Comet cartoon or u can get it from Script spot ,
happy animating ;-)

oatz
03-24-2004, 04:39 PM
A script controller would work well—suppose you want $sphere01 to lag behind $box01:

Assign a Position: Script Controller for the $sphere01 and enter

--
at time (currentTime-50) $box01.pos
--

Khye

pete
03-25-2004, 01:59 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

CGTalk Moderation
01-17-2006, 07:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.