You know how you have a text object, you seem to be able to refer to the value of that text object by typing “textName.textContent
.”
You can type anything in the text object, and then click play with a default script that says, “window.alert(text.textContent))
” and it’ll send an alert with the value of the text.
I literally just found that out, and I can’t find it anywhere in the reference. Is this a built-in variable, or just a normale javascript thing?