Forum Discussion
Press Any Key Trigger
The text input boxes come with their own variable. They automatically update the variable with the typed text when it loses forces (user clicks somewhere else). Use that to trigger moving to the next slide. Add a submit or other button that advances the slide only if the text box variables are NOT EQUAL to blank.
So my trigger on the Submit button is:
Jump to next slide when the user clicks the submit button
IF:
Variable Text Box is not equal to blank
AND Variable Text Box 1 is not equal to blank
AND Variable Text Box 2 is not equal to blank
ELSE
Show Layer 1
Layer 1 prompts the user to behave correctly.
See the attached file.
This is helpful to me also. One further question -- how do you prevent the user from pressing the space bar only and Storyline allowing it as text and allowing them to Submit?