Page 1 of 1

Trigger animation

Posted: 06 Mar 2012, 15:51
by Zafar Iqbal
I'd like to trigger a set of animations based on the location of a null.

Example:
I have a parked car alongside a road. The animation goes like this: Wheels turn. Car starts rolling into the road, straightens up and drives away for whatever distance the animation dictates.

I then want to apply this animation (for several geometries) on to other cars placed elsewhere alongside the road - but they shouldn't all take off simultaneously, and this is where the null comes in. I manually animate the null. When the null is close enough to any particular car, the set of animations triggers for that car. When the null then moves on to the next car, that car then starts moving.

How would I archive this?

Re: Trigger animation

Posted: 12 Mar 2012, 22:55
by 3DMastermind
ICE.
I made this tutorial some time ago which will give you ideas.
http://vimeo.com/18247384


I used states as a trigger mechanism to the actions.

The actual scene is in the area>ICE tutorials.



-manny

Newcomer (<20 posts) alert: please use the URL tags - HB
Moderator edit: embedded the video with our vim tags - also HB

Re: Trigger animation

Posted: 13 Mar 2012, 12:28
by Zafar Iqbal
Thank you very much ^:)^