Substrings, timer and LED lights, as3
- by VideoDnd
How would I sync my timer with my LED lights? I don't understand how to to set up the strings and conditions, so that they are unique to each number space.
Need a condition and values for each blinker
var condition:Number = 5;
if(condition==5){
blink.visible = !blink.visible;
//blink_.visible = !box.visible;
//blink__.visible = !box.visible;
}
}…