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

#1 2011-06-13 11:37:48

slitherax
Scratcher
Registered: 2011-01-09
Posts: 24

Carrying a name through my game

Hi, I'm making a game where it is neccesary for the players name to be known. At the beginning of the game, the player is asked to type in his/her name, and I want that name to be used by the characters, for example: "Hi <NAME> welcome to the game!" Could you please tell me how to do this? Thanks in advance!

Offline

 

#2 2011-06-13 11:43:08

wulfmaster
Scratcher
Registered: 2011-04-23
Posts: 500+

Re: Carrying a name through my game

Use a variable  wink  and the join blocks  wink


Social Connections - Bringing communities close together! http://cyberkidscountry.com/ip.php

Offline

 

#3 2011-06-13 11:44:21

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: Carrying a name through my game

wulfmaster wrote:

Use a variable  wink  and the join blocks  wink

But how?  tongue


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#4 2011-06-13 12:00:06

slitherax
Scratcher
Registered: 2011-01-09
Posts: 24

Re: Carrying a name through my game

yes, how?

Offline

 

#5 2011-06-13 12:55:03

silvershine
Scratcher
Registered: 2010-11-21
Posts: 500+

Re: Carrying a name through my game

Here is the script you would use to ask the player for a name:

http://img228.imageshack.us/img228/38/playernamea.png

Here is a script you would use if you wanted a sprite to say the players name in a sentence:

http://img41.imageshack.us/img41/2982/playernameinuse.png

If you wanted more than one stored name, you could create a new variable to store a new name. I hope that helped!  smile

Offline

 

#6 2011-06-14 01:43:30

slitherax
Scratcher
Registered: 2011-01-09
Posts: 24

Re: Carrying a name through my game

Thank you very much, that's just what I was looking for!

Offline

 

#7 2011-06-14 10:42:15

silvershine
Scratcher
Registered: 2010-11-21
Posts: 500+

Re: Carrying a name through my game

My pleasure!  smile

Offline

 

Board footer