PDA

View Full Version : Button-activate light and door


tinyfly
06-01-2007, 07:22 PM
So where do I start? I know how to make a light_spot and func_door_rotate so how do I skew them in buttons? Thanks

lodle
06-01-2007, 07:38 PM
well a good read about source io would be a start: http://interlopers.net/forum/viewtopic.php?t=7767

tinyfly
06-01-2007, 09:06 PM
That's very detail thanks, but how do I make a button that hit it once, it turns the lights off, hit it another one the light turns on again?

lodle
06-01-2007, 09:42 PM
Well use the toggle, every time it fires it toggles it (turns off on and on off)

tinyfly
06-01-2007, 10:48 PM
Thanks a lot, that does it.