Advanced text input

i’m trying to make a project where the program responds to a question or comment based on what the user puts in the text input, so i think it would be useful to add some of these to the text input, or make an entirely new asset for an advanced version.

  1. make the text clear out when you hit enter
  2. put the words in the input in a list

the goal for me is that the text resets to ask something new, and my program bases its answer on keywords in the input.

it’s possible! I experimented with the input box but here’s a rough prototype of what you want
input demo4-5-2020_3-44-16PM.wick (5.6 KB)

1 Like

nice, I’ll check it out when I have enough time.

thanks for sharing that with me! it’s really helpful, and I’ll try to customize it to my style and implement it.