flashing light and button

WAR_Nuker

Newbie
Joined
Mar 29, 2005
Messages
627
Reaction score
0
simply put, i need a light to flash on and off after a button has been pressed (emergency kind of flash), and then go back to normal (on, and not flashing) after x amount of seconds. this possible?
 
output OnPressed target light1 input SetPattern parameter aaazzz
output OnPressed target light1 input SetPattern parameter z delay X

If it flashes too slowly, reduce the number of As and Zs; if it flashes too quickly, add more of them.
 
Back
Top