I've been away too long. I feel like a newbie all over again.
I have a series of puzzles for the kids to solve to get a prize. Everything works, the site is pretty simple, but there is nothing to prevent the player from clicking on each guess until they go through to the next puzzle.
If they click on the wrong answer, they get a button to go back and try again.
I was wondering if I could use the timer tool to delay the appearance of the go back and try again button, forcing the player to wait.
Any tips for this would be appreciated.
Also, can I make the browser ignore the back button on the browser?
Timer question
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Timer question
I you are using a standard form button then you can enable/disable it via events.
I don't think that is possible.Also, can I make the browser ignore the back button on the browser
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Timer question
https://stackoverflow.com/questions/123 ... javascriptAlso, can I make the browser ignore the back button on the browser?
Re: Timer question
Using a button with a timer event seems to work, but I want the button to be hidden until the timer times out. There is no "on load" event, so how would I hide the button until the timer times out?
Re: Timer question
You can initially hide the button via the Object manager.
Re: Timer question
Excellent- working perfectly.