PDA

View Full Version : animationpath


meck
10-28-2010, 11:35 PM
Hello all.

Is it possible to make two or more animation paths link to one object?

Thanks for your help.

Jeff
10-29-2010, 09:20 AM
Yes, you can move an object from one path to another by disabling the link to one and enabling the link on the other.

meck
10-31-2010, 10:45 PM
Hello.

How should it be done to begin the second animation path after the end of the first animation path?
Please tell me an example code.

Thanks for your help.

Jeff
11-04-2010, 04:43 PM
You could check the position of the object linked to the animation path every frame. Once it's within a close range of the endpoint you can disable the first path link, enable the second path link, and then play the second path.