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

#1 2013-01-02 05:50:03

HappyMaap
New Scratcher
Registered: 2012-08-05
Posts: 3

Name

Hi, im making a rpg, where you can choose your own name. And i have problems finding out, when you entered your name, then how to get the anwser in the stats?

Offline

 

#2 2013-01-02 06:56:35

Aditya007
Scratcher
Registered: 2012-11-27
Posts: 63

Re: Name

Use the join command:

when gf clicked
ask [What is ur Name] and wait
set [Name v] to (Answer)
say (Join[Name =](Name))
Join is in operators and "Name" here is a Variable

Last edited by Aditya007 (2013-01-02 06:59:45)


Wolf_OS!!!  smile  Check My Stuff  tongue  Need Help?  Currently, I am http://blocks.scratchr.org/API.php?user=Aditya007&action=onlineStatus&type=square
http://i49.tinypic.com/15gy1j6.jpg

Offline

 

#3 2013-01-02 08:08:34

HappyMaap
New Scratcher
Registered: 2012-08-05
Posts: 3

Re: Name

Thanks!

Offline

 

Board footer