Pages: 1
Topic closed
Okay,
Using the blue 'ask _____ and wait'. If I ask what's your name and they reply with say Sarah. How can I later use that name when the sprite is speaking? I want them to say Hello, Sarah or whatever name...
Any ideas thanks
Offline
[say[(join[hello, ][(answer)])]]
(use the join block under the operators tab and the blue answer block under the sensing tab.
This isn't an advanced question though, in future please post things like this in the "all about Scratch" section!
Offline
Also, if you want to store it for later use, just use
set variable to (answer).
Offline
LS97 wrote:
Also, if you want to store it for later use, just use
set variable to (answer).
+1
<set{ username }to( <answer> )>
Last edited by MoreGamesNow (2011-08-28 14:17:07)
Offline
Topic closed
Pages: 1