I have a button, a timer and a panel
When i click the button timer1 starts
timer1.start()
timer has 3 ifs
if panel1.backcolor = color.red
if panel1.backcolor = color.green
if panel1.backcolor = color.blue
when the timer ticks both of 3 ifs runs
IS there a way that i can set the timer ticks for only 1 if ?
When i click the button timer1 starts
timer1.start()
timer has 3 ifs
if panel1.backcolor = color.red
if panel1.backcolor = color.green
if panel1.backcolor = color.blue
when the timer ticks both of 3 ifs runs
IS there a way that i can set the timer ticks for only 1 if ?