Getting Lights To Activate
Recoup
Join Date: 2004-04-25 Member: 28195Members
How do I get a series of lights to activate after pressing a switch? I know the multi manager is involved somehow, but I dont know how to get lights to turn on and then shut off once the series is done. This is what I want:
Hit a switch, a sound plays and 2 horizontal lights come on. A door opens, reaches max, then it closes, and the lights go out. How does that work?
Hit a switch, a sound plays and 2 horizontal lights come on. A door opens, reaches max, then it closes, and the lights go out. How does that work?
Comments
targetname lights_door
sound 0 //to turn the sound on
lights 0 //to switch them on straight away
door 0.2 // opens slightly after
lights 1.2 // to switch off again after 1.2 seconds (thats if ur door takes 1.0 seconds to open
[oops sorry kester, its 2:00am and im too tired to notice your post <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->]