The Talking Pi programming logic is very simple. When Button1 is pressed, Label1 must display the text that is typed inside Textbox1 and TextToSpeech1 must read out that text. The steps for executing this block program are as follows:
- First, click on the Button1 component and select the when Button1.Click main block:
- Next, since we want to change the text of Label1 when Button1 is clicked, choose the Label1.Text block from the Label1 component:
- Next, drag the Label1.Text block inside the Button1.Click block to join ...