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

#1 2013-01-02 15:13:53

iEcoWarrioR
New Scratcher
Registered: 2012-12-18
Posts: 20

show name(answer)

Does somebody know, how I can make that when my game asks wjat is your name? that it shows the answer above the player's head? I'm making a sims game and it would be nice if you could name your character.
Tyhanks for the help anyway

Offline

 

#2 2013-01-02 19:06:18

minecraftpe123
Scratcher
Registered: 2012-11-18
Posts: 100

Re: show name(answer)

iEcoWarrioR wrote:

Does somebody know, how I can make that when my game asks wjat is your name? that it shows the answer above the player's head? I'm making a sims game and it would be nice if you could name your character.
Tyhanks for the help anyway

make a varible called "name", then use the ask block(ask . what is your name). "name" (equals sign) answer(blue block). finally use the purple block that says "say" the insert the varible name. do all this on the sprite you what to say the name.

Offline

 

#3 2013-01-02 19:17:53

mrn0body
Scratcher
Registered: 2012-12-11
Posts: 37

Re: show name(answer)

[scratchblocks]
when gf clicked
ask [whats your name] and wait
set [name v] to (answer)
say (name) for (1000000) secs

Just so you can see a bit better


Why Fit In When You Were Born To Stand Out

Offline

 

#4 2013-01-02 19:19:58

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: show name(answer)

mrn0body wrote:

when gf clicked
ask [whats your name] and wait
set [name v] to (answer)
say (name) for (1000000) secs
Just so you can see a bit better

Fixed.


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#5 2013-01-03 09:56:54

iEcoWarrioR
New Scratcher
Registered: 2012-12-18
Posts: 20

Re: show name(answer)

thanks  tongue

Offline

 

#6 2013-01-03 22:09:46

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: show name(answer)

minecraftpe123 wrote:

iEcoWarrioR wrote:

Does somebody know, how I can make that when my game asks wjat is your name? that it shows the answer above the player's head? I'm making a sims game and it would be nice if you could name your character.
Tyhanks for the help anyway

<(name) = (answer)>
forever
say (name)
end

Mean this?

Last edited by fetchydog567 (2013-01-03 22:10:13)


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#7 2013-01-04 06:48:21

iEcoWarrioR
New Scratcher
Registered: 2012-12-18
Posts: 20

Re: show name(answer)

fetchydog567 wrote:

minecraftpe123 wrote:

iEcoWarrioR wrote:

Does somebody know, how I can make that when my game asks wjat is your name? that it shows the answer above the player's head? I'm making a sims game and it would be nice if you could name your character.
Tyhanks for the help anyway

<(name) = (answer)>
forever
say (name)
end

Mean this?

yeah, thanks mate :p

Offline

 

Board footer