This is a question: On scratch 1.4, how can you make it so that you submit an answer, and then a sprite can say it with other words in the same speech bubble? Please reply and post screenshots of how to do it.
Offline
Simple, do this.
ask [What is your name?] and wait say (join [Hi] (join (answer) [!]))If I answer Joe, it will say,
Offline
What about if you wanted to do something like a name input screen where you click on a letter and it adds it to a word, how would you do that?
Offline
shadowmouse wrote:
What about if you wanted to do something like a name input screen where you click on a letter and it adds it to a word, how would you do that?
when [sprite1 v] clicked add [letter] to [list v]
Offline
But that puts spaces inbetween the letters, is there any way of doing it without the spaces?
Offline
shadowmouse wrote:
But that puts spaces inbetween the letters, is there any way of doing it without the spaces?
If it's only a single letter, it doesn't add spaces.
Offline
Ah, I've realised the problem, I'd accidently put a word in the list as well as letters. I've sorted it out and it works fine now. Thanks.
Offline