Add hiwi text
Add hiwi text
Image credit: "Waka leaving shore" by Brent Simpson is licensed under CC BY-SA 2.0
Let's show the word "hiwi" when you click the sprite too.
Add text
Click the Code tab
Click the purple Looks drawer
Drag the say "Hello" for 2 seconds block into the coding space, under start sound
4. Change the text to "hiwi" and change the time to 1 second
5. Test the text by clicking the hiwi on the stage - did it work?
Let's improve this
Did you notice that it didn't say "hiwi" until after it played your recording? Let's fix that:
Drag the say Hiwi for 1 seconds block down off the play sound hiwi until done block
2. Delete the play sound block by dragging it back into the code blocks area
3. Click the pink Sound drawer
4. Drag the start sound block under the when sprite clicked block
5. Reconnect the say Hiwi for 1 seconds block
6. Test the result - is it better?
⁉️ What's the difference between the start sound and the play sound until done blocks?