can somebody help me Please
textName.setText();
thanks but I ment if you type hello or something in the text input it changes the text
The project I shared might help
what kind of black magic is this
For which one, the top text box or bottom one?
the bottom one
Just go inside of the text inputs text boxes update script, type this:
if(this.value=== "..."){
project.textName.setText("it worked!");
}
I Did not work
do u have a text object in there?
yes there was no text
but that happens a lot
you see the words, “textName,” you’ll have to change those to the name of a text object
If that’s not the problem, can u share the project so that I can see what you did wrong
nevermind it worked
thank you
1 Like