Name input problem

How will I make the input disappear on enter key and put input text in following frames?

Welcome to the forums. Could you provide more details so people could help you better?

I think he means making a text input dissapear after you press enter and use the text typed for other frames (storing the text)

When I entered after name input it cannot proceed to next slide

Hi @TwiceOnce04, welcome to the forums!

Due to a recent bug :bug: (where the unload script is prevented from running), the text input element remains in the editor after exiting the frame (and even at times after pausing the editor).

Luckily, there’s always a workaround!

Here’s a file that will hopefully meet what you need: (6.3 KB)
(open it with wick editor)

When you open the project, you’ll find 2 different text inputs, where you can type in something for each, and a button to go to the next frame, where what you had typed in the text input would be used in a sentence.

The code for the objects in the first frame has some comments to help you with making adjustments.
Feel free to copy & paste the clips into another project of your own (no credit necessary)