This is a timer, a normal timer
What I am searching for is:
if (A == 1) {B += 1} (this will NOT be updated by an interval)
if (C == 1) {D += 1} (I want this to be updated by an interval)
each time you MANUALLY press the button A, it will +=
and the OTHER one B, will update it when you hold it


LinkBack URL
About LinkBacks










Bookmarks