After using the following code;function TimedOut() { xfa.host.messageBox("Done waiting " + xfa.form.gameform.money_game.timer.rawValue + " seconds.","Timer",3,0);}//prompt for number of secondsvar secondCount = xfa.host.response("Enter number of seconds", "Number of Seconds", "", "")//start counteri...