Timing out on a page
October 8, 2008 12:00 AM
I had typed that while waiting for a meeting to begin, so I was a bit rushed. In thinking about this topic more, I have a more eloquent solution.Keep the timer going. Every 20 seconds should be good. And if varTimer = 15, then go to Home. If varTimer = 9 (edit: 12 may be better), then show the text box prompting the learner to click "here" to continue. Set two actions:On the text box, place an action on Click to set varTimer = 0. Also, hide the text box.On the global level, place an action on Show to set varTimer = 0. That way, the timer resets every time the page changes. That may work better for you. And it's a lot simpler than the garbage I vomited earlier. KevinEdited By: Kevin Elmore on 2008-10-8 16:31:33
Discussions have been disabled for this post