Question
inactivity times
I would like to build a timer that counts down and triggers a
timeline
action once it gets to 0. Everytime the user clicks on anything inside
that file, the timer would reset itself and start over. So as long as
there is activity, it would not get to the end, but if the user would
abandon the file, it would eventually reset itself.
So I guess I am looking for two pieces of code. One the timer code and
second something like a listener for activity or a release inside the file.
Thank you for any help/suggestins with this!
Brian
action once it gets to 0. Everytime the user clicks on anything inside
that file, the timer would reset itself and start over. So as long as
there is activity, it would not get to the end, but if the user would
abandon the file, it would eventually reset itself.
So I guess I am looking for two pieces of code. One the timer code and
second something like a listener for activity or a release inside the file.
Thank you for any help/suggestins with this!
Brian