Hey, i was just wondering how you make someone repeat your answer. What i'm trying to do is this:
1.You type in your name
2. The Character says, 'Hi <name>!'
My question is, how do you make the character say the answer?
Thanks
Offline
There is a block called (answer).
Use the say block, and put in the Join block. Now just put answer in the join and put what you want to say.
example:
[greenflag]
[ask [ What is your name? (or something similar)] ]
[say ( join [ Hi ](answer)]
You can add more join blocks if you want to add anything after that.
Offline
imbrainy wrote:
Ahh, thanks.
I didnt know you could put the circular sided shape into the square one lol
That's thanks to the new 1.4!
By the way, when you use the join block to join the answer and the "hi" bit, make sure you put hi with a space. Otherwise it will come out as "hiname!" instead of "hi name!". Happy Scratch-ing!
Offline