If you get 2 points...
Now that you have begun to interact with the user running your Scratch project, perhaps you can try some of the following blocks:
when [right arrow v] key pressed
move (10) steps
when this sprite clicked
say [Hello] for (2) secs
ask [What's your name?] and wait
say (join [Hello] [answer])
if <touching [mouse-pointer v] > then
say [You caught me!]
end
mouse down?
go to [mouse-pointer v]
As you see, you can allow users to interact with your characters by pressing keys to move, writing answers to questions and your characters use user responses, move characters with the mouse, or perform actions when the user clicks an object.