How to have characters pass each other on a path?


https://forum.reallusion.com/Topic413091.aspx
Print Topic | Close Window

By AncientWire - 5 Years Ago
I would like to create a path for characters to walk along.  Easy enough - I can do that!
Now I want to have another character, hopefully using the same path, follow behind the first character but at a faster pace.  When they get to the same point, the faster character has to go around, then get back on the path.
Then I want to have a third character walk towards the first one, and when they meet, they each dodge to their right a bit to pass, then continue on the path.
I am unsure how to look up how to do this because searching for "path" returns lots of irrelevant results.
So, what is this called?  Is it possible? or does each character have to have their own path?  Is it something I can program in python?  (I haven't started learning python yet)
Thank you!
Helene

By Skuzzlebutt - 5 Years Ago
if you assign charactor 1 to 100% at 29 seconds
you would need to assign charactor 2 to get to the same point earlier, say at 26 seconds...
of course you also have to not have them both leave at the same time as well
or start at different points

it would be easier to hold control and move the path slightly to clone it





By Skuzzlebutt - 5 Years Ago
i did this test in 2013 by just animating the path length
meaning i just made the flash's path longer at the last frame (transform-scale)
they were both equal at the first

https://i.imgflip.com/1rahz.gif
By mark - 5 Years Ago
I would use a "Dummy" object on the path and link the avatar's to that. The avatar's can then be at different positions relative to the path and still move in relation to the path...