Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Question] Going backwards (SplineController)
#1
Hi, I would like to know if there's a way to make the SplineController follow the spline backwards dynamically.

I can see in the Move tab that there's a field named "Speed", but this is a absolute value, for example, if I set it to -1, it's considered 1 instead.
I want be able to change it's direction at runtime, doing so, I would like to tweak this values in a range like -100 and 100.

Thanks,
Luis
Reply
#2
Speed also switches orientation, so a negative starting value will flip direction. If you want to move backward dynamically, set it to 0, then to a negative value, like:

Code:
MyController.Speed=0;
MyController.Speed=-10;
If you enable IgnoreDirection, orientation won't flip and you're moving backwards.

I've added that to the documentation now.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  SplineController Ignores Follow-Up and Chooses Wrong Spline Josenildo 7 3,683 07-29-2025, 09:15 PM
Last Post: _Aka_
  Question about Timeline support GhuaGhua 3 1,792 05-21-2024, 01:33 PM
Last Post: _Aka_
  Newbie Question: Uniformly increase spacing between volume spots? SAMYTHEBIGJUICY 1 1,409 09-01-2023, 03:38 PM
Last Post: _Aka_
  I have a question about curvySpline haifeng.huang 12 5,747 07-14-2023, 09:34 AM
Last Post: _Aka_

Forum Jump: