Func_movelinear not moving?

Bevo

L1: Registered
Jan 18, 2010
17
0
Just a quick question, I'm trying to make a small platform that moves back and forth on the x direction, and it seems to want to sit still. I created a brush, made it a func_movelinear, gave it a direction, speed, and distance, but it just sits there.

Do I have to apply an input from somewhere? I'm kind of stumped on how to get this thing rolling. I browsed over the tutorials/help sticky but nothing really seemed to apply. I do have a function door/button on the same map if that means anything.

Thanks,

Bevo
 

Pseudo

L6: Sharp Member
Jan 26, 2008
319
150
Yes it needs an input. Send it the input Open. If you want it to start moving automatically, you can put this with a logic_auto. You could then do OnFullyOpen Close and OnFullyClosed Open on the movelinear to have it go back and forth.