I was wondering if its possible to override a timeout event when a user touches something. If not It would be helpful if there is an alternative or better way to go about this. My presentation is separated into 3 zones:
Zone 1: Is a looping slideshow presentation.
Zone 2: Is a information panel
Zone 3: is a set of images/buttons to click on, that controls whats displayed in Zone 2.
There is a default image that is displayed in Zone 2 until some button in Zone 3 is clicked. Once a button in Zone 3 is clicked it changes the content in Zone 2 to correspond to that button. I want the information in Zone 2 to timeout back to the default image (after 30 seconds), but I don't want to wait 30 seconds for a user to be able to click on another button to change the content. You see the dilemma here? Its forcing me to wait until the timeout event is done until I can change the content in Zone 2 again.
Any help much appreciated!