This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-03-13 21:59:45

passionforteaching
New Scratcher
Registered: 2013-03-10
Posts: 4

Need Help

if im making a script where somebody has to enter in their username which could be anything and then i want the sprite to say "incorrect answer+ the persons username" so basically address that person, how would i do this so that the sprite recognizes the same username again and can get it say both the "incorrect answer" and their username at the same time. thank you!!!!!!!!!!!!!

Offline

 

#2 2013-03-13 22:16:03

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: Need Help

Okay, so you want it to ask their name, and then say incorrect "name"?

Well, here's how to do that:

When gf clicked
Ask [What is your name?] 
Set [username v] to (answer)
Say <join [incorrect] and (username) >
Is that what you're asking?

Regards,

CAA14

Last edited by CAA14 (2013-03-13 22:17:55)

Offline

 

Board footer