hey all, i'm developing this app which keeps scores for various reasons, one issue i'm having is the following :
i have a number on the screen and the button "+" and "-". if i hit + the number gets +1, if i hit - the number gets -1, the issue is, i want the number to move onto a new line when + or - is touched, but not each time, ONLY IF the number hasn't been changed for like, 5 seconds or so. any way to do that?
L.E : for example :
if the number on the screen is 5
and i hit +, +, + .....(pause) .. +
on the screen there should be :
5
8(+3)
9(+1)
Cheers,
Lenea


