How to make a sprite enter a name

Having some trouble getting a sprite to say a entered name. Is it possible?

1 Like

Welcome to Snap! In the Looks palette, there are

say []

and

say [] for () secs

blocks. To get user input, the Sensing palette has

ask [] and wait

and

(answer)

blocks.

Welcome to Snap!

ask [] and wait
say \(answer)

I already showed those blocks.