Hi all,
I am working on animating a a series of points and I want the points to follow a line, I am using evaluate point to have 1 point going from 0 to 1 on the full length - works great.
However, i want to animate 10 points over the line, using 1 slider. I don’t want to animate the first point 0 to 1 then have the second point start, that would be too easy right?
I want to animate point 1 until a certain point, lets say 0.2 of its length, then the 2nd point starts, then when point 2 gets to 0.35 length of the way, point 3 sets off as a sequence. Basically likes cars going over a bridge which is the project I am working on.
I thought about using true to false but its didn’t really make much progress with it.
I could upload a pretty useless script but its not that helpful but I will upload something later tonight.
Tom