I'm not sure what exactly you want, but would something like starting a timer (timer-behaviour) work..
On object clicked
start timer for 2 seconds
on timer
set global variable to 1
on mouse button released
stop timer
set global variable to 0
global variable is 1
count down (I'm not sure what exactly you mean by automatically counting down)