-
Movement/animation problem (Solved)
Ok so i have a object moving from point a to point b when i restart/test it from the closest checkpoint point to the object but if i start from any other check point before that one it does not work correctly like when it works right it glides smooth but when it does not it telaports or does no animation.soulved
Note i Have a area trigger connected to a state event connected to interval trigger connected object position event connected to curve vector data source witch are connected to two vector object info they are connected to 2 dummy objects
-
Re: Movement/animation problem
It's connected wrong, your curve data source is starting immediately so by the time you get there the object has moved.
What you need to do is change the target of the state event to the curve data source, don't worry about the interval trigger just leave it enabled, as without the data source enabled the object won't go anywhere.
Hope that helps.
-
Re: Movement/animation problem
i tryed that but the objects does not move at all like that what could be the problem
-
Senior Member
Re: Movement/animation problem
Ben is right. You need to have the curved datasouce OFF, and use a state on event to trigger it ON.
Curved data sources start immediately, which is why they need to be triggered on.
-
Re: Movement/animation problem
ok thanks you two i got it now