I'm working with a free-standing touch-screen kiosk that I want to show a rotation of slides in the main image zone until someone steps up and begins to interact with a series of touch-screen buttons. Presumably the user will conduct their interaction and than walk away after 2-3 minutes. I would like to set a timer such that, after so many minutes of no navigation the random slide-show will resume. It would seem this could be done with a "not" command of some type that compares last touch-event against a worst-case play time, plus some reasonable buffer.
Anyone have experience with this?
Thanks