Aha! So close. Remove the quotes from “point” in your code on line 2 and it will display the value of the variable rather than the string “point”.
Also, consider where you want that setText code to be placed. If you leave it on line 2, it will display the point value one time at the beginning of the game and not every time the score is updated which is probably when you want it to display.
You can actually declare a starting value for the input box in the design tools where it was created.
Not a silly request… App Lab is a bit tricky until you get used to it and I’m nowhere near an expert myself…
Mike