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
Wink In SplineController OnPositionReachedList Event is missing shimizu 2 11 02-07-2022, 12:47 PM
Last Post: shimizu
  best way to rotate, change offset, and inset position of splinecontroller object smackledorf 1 19 01-17-2022, 01:39 PM
Last Post: _Aka_
Question Connection Question dazz777 1 117 11-22-2021, 01:42 PM
Last Post: _Aka_
Question question about the local position brucezhu99 4 494 09-18-2021, 12:02 PM
Last Post: _Aka_

Forum Jump: