• Make a prop part of a func_movelinear
    3 replies, posted
I've been trying to make a lift like the one in Portal (not the side to side, the up and down one) and I wanted to make a prop_static (the lift) and two blocks (a cylinder and a block that is the glass bottom for the lift) into one func_movelinear, just every time I try to make it into one it doesn't work. Am I doing this wrong or do I need to find another method? This is a picture of what I'm trying to do, (linked due to size). [url]http://img692.imageshack.us/img692/4549/portalliftexample.jpg[/url] Thanks!
Make the model a prop_dynamic and parent it to the func_movelinear.
Make the prop_static into a [url=http://developer.valvesoftware.com/wiki/Prop_dynamic]prop_dynamic[/url], then parent the prop_dynamic to the func_movelinear. [editline]07:15PM[/editline] Damn, ninja'd. :ninja:
It works now. Thank you very much!
Sorry, you need to Log In to post a reply to this thread.