func_train reversing Created 17 years ago2007-01-10 21:01:44 UTC by Slasher_101 Slasher_101

Created 17 years ago2007-01-10 21:01:44 UTC by Slasher_101 Slasher_101

Posted 17 years ago2007-01-10 21:01:44 UTC Post #209256
Hey there :)
I already have a working func_train, which goes to 5 path_tracks in order, when you press a button.
So I want the player to be able to press the button again once the train has finished, and send it backwards over the same path_tracks.

Like so:

(PUSH BUTTON)
[func_train] ->
-track1->
-track2->
-track3->
-track4->
track5

(PUSH BUTTON)
[func_train] ->
-track5->
-track4->
-track3->
-track2->
-track1-

I hope that was clear enough :quizzical:
Thanks for any help!
Posted 17 years ago2007-01-12 07:39:15 UTC Post #209388
OK, thanks

I just made a copy/paste of the path over itself, and it works pretty well, I thought it would come outsloppy, but it looks fine
so thanks ^_^
You must be logged in to post a response.