Best way to make repeating moving objects?

invertMASA

L3: Member
Nov 9, 2013
103
1
So im making a maze sorta like map, and I have a stage where u jump platform to platform. And I want to make it so block move back and forth, So you have to time it right, Whats the best way to do that?
 

invertMASA

L3: Member
Nov 9, 2013
103
1
Ok So im making a moving platform, that is going up and down hills, And have the max speed of the func_train set to 2000, and on the path_tracks they are all set to 0, but when it gets to the downhill part I have 4 path_tacks going down the hill, and each one is set to go 100 units faster, but they are not speeding up...Any Ideas?
 

Beetle

L9: Fashionable Member
Aug 17, 2008
627
178
if the max speed is set to 2000, you can't speed it up by 100 because the max speed is 2000. or are you talking about a func_tracktrain not going from 0 to 100 to 200 etc