Track Train Disable Automatic Movement

maveryck21

Newbie
Joined
Mar 7, 2005
Messages
122
Reaction score
0
Hi,

I want to make a train built by me to move along a path, but i want it to start the level stoped and to only walk by the action of a trigger

How can i do it?

Thanks for any help
 
Check the tracktrain's "Initial Speed" (or similar) property.
 
OnTrigger -> [tracktrain name] -> Start - in a trigger_once (you may have to flag the tracktrain to begin stationary)

not sure what you're getting at re initial speed raeven0
 
He wants it to be stopped (i.e., velocity == 0) at the start of the level, thus he sets the initial speed to 0 and (as you noted) changes the speed later via an input.
 
Back
Top