What does the dimming variable do?
Lights Fading up and then staying on
michicago
#22
To keep it simple, I ended up not adding another variable. I just made the WHILE loop so it would execute when the FadeLevel was = 1. That will let it execute the first loop, and by the time it comes around again (due to the 8 second wait in it), the switch will be reporting βonβ and the loop will continue running.