In the Designer, pull in
- a Textbox
- A Label
- A Button
- (optional) a Text to Speech component (look further down in the Designer)
In the Blocks Editor,
Look through the Button1 blocks pallette for the Button1.Click event, and drag it onto the Blocks Workspace.
Look in the Label1 blocks for the block that sets Label1.Text and pull it into the Button1.Click event.
Pull out a JOIN block from the text bloxks pallette, and plug it into the right of the Label1.Text block.
Press the ' key on the keyboard and type Welcome, then press Enter. A red text block should appear with that text. Drag it into the first socket of the JOIN block.
Look in the Textbox1 pallette, and drag Textbox1.Text into the second socket.
Either start the Companion app or Build the app and install it on your phone. It's ready to go.
For extra credit, drag a block from the Speech to Text component into the button Click event to announce the Label.Text contents.