- Apr 3, 2018
- 114
- 3
Hello there,
I'm working on a part of my map where a ghost (tracktrain) starts moving by a trigger, moving back and standing still again.
[2]---------[1]
basically, moving back and forth.
The speed when spawning is set to 0
When touching the trigger, the tracktrain is set to the speed 100.
If it reaches the second path_track, it'll move back to the first path_track with speed 200.
I want to let the ghost stand still on the first path_track again until the trigger gets touched again setting a new speed.
However,
- setting the speed to 0 changes nothing
- setting it to 0.00001 also doesn't help
Any solutions?
I'm working on a part of my map where a ghost (tracktrain) starts moving by a trigger, moving back and standing still again.
[2]---------[1]
basically, moving back and forth.
The speed when spawning is set to 0
When touching the trigger, the tracktrain is set to the speed 100.
If it reaches the second path_track, it'll move back to the first path_track with speed 200.
I want to let the ghost stand still on the first path_track again until the trigger gets touched again setting a new speed.
However,
- setting the speed to 0 changes nothing
- setting it to 0.00001 also doesn't help
Any solutions?