December 21, 200025 yr Hi I want to setup a timer for a quiz type of program I am developing the timer would count down to a certain number and then would automatically take the user to the next layout how can I make a timer like that???... THANKS
December 22, 200025 yr Create a global field called gStart_Time. Create a script like this: Go to Layout [ Quiz_1 ] Set Field [ gStart_Time, Status( CurrentTime ) ] Loop
Create an account or sign in to comment