Forum Discussion
PhilMayor
5 years agoSuper Hero
Text entry game
I had an enquiry from a client this week for a game they were trying to build and didn't know how. I gave them a high level overview of how to build it.
But the idea wouldn't leave my head,...
JamesGrace
Community Member
I also had a project where I needed the enter key to replicate the function of a submit button. I copied and pasted the triggers and changed the prefix to "When the user presses ENTER after clicking on this slide" and that resolved the issue.
PhilMayor
5 years agoSuper Hero
Thanks James, with a text entry field you would need to remove the line return that is created created when you press the enter key and also lose focus on the text entry field, in this case I use a couple of lines of javascript to do both