func_movelinear how to work it

func_movelinear how to work it

Re: func_movelinear how to work it Posted by smidsy on Sat Jun 4th 2005 at 8:09pm
smidsy
143 posts
Posted 2005-06-04 8:09pm
smidsy
member
143 posts 44 snarkmarks Registered: Dec 4th 2004 Occupation: ex army, working as electrition Location: uk
title.. how exactly do i get this to move ive tried fiddlin bout with
it for a while now and see no joy i tried to post but the old site went
down and have only found the new one today..ne help would be great
Re: func_movelinear how to work it Posted by DrGlass on Sat Jun 4th 2005 at 9:00pm
DrGlass
1825 posts
Posted 2005-06-04 9:00pm
DrGlass
member
1825 posts 632 snarkmarks Registered: Dec 12th 2004 Occupation: 2D/3D digital artist Location: USA
what are you trying to do with it, I think that a path_track works just fine.
Re: func_movelinear how to work it Posted by smidsy on Sat Jun 4th 2005 at 9:09pm
smidsy
143 posts
Posted 2005-06-04 9:09pm
smidsy
member
143 posts 44 snarkmarks Registered: Dec 4th 2004 Occupation: ex army, working as electrition Location: uk
in the 1.6 verson of funallinone the knive arena had pits inwhich the
floor moved up in trying to replicate that but ive been thinkin bout it
and readin other posts and i think ill try a func door. the only
problem with this is how to get them to move after a certain time say
35 seconds. how would i go about that?
Re: func_movelinear how to work it Posted by DrGlass on Sun Jun 5th 2005 at 10:54am
DrGlass
1825 posts
Posted 2005-06-05 10:54am
DrGlass
member
1825 posts 632 snarkmarks Registered: Dec 12th 2004 Occupation: 2D/3D digital artist Location: USA
make a simple trigger to open them, like a trigger_once and set the output to

ontrigger -[target]---> door ----> open ---[delay]---> 35

Doors are the best for simple platforms like that becuase you can set the lip and have them move as far as you want them to.
Re: func_movelinear how to work it Posted by smidsy on Sun Jun 5th 2005 at 12:18pm
smidsy
143 posts
Posted 2005-06-05 12:18pm
smidsy
member
143 posts 44 snarkmarks Registered: Dec 4th 2004 Occupation: ex army, working as electrition Location: uk
yea thast worked a treat thanks dr glass