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

#1 2013-04-30 14:19:20

Arch-Fiend
New Scratcher
Registered: 2013-04-27
Posts: 10

more noob questions

so a quick question i have this time. is there any script that will offer someone using the project a place to imput text/number&stuff?

Offline

 

#2 2013-04-30 14:27:26

coinman
Scratcher
Registered: 2011-04-19
Posts: 500+

Re: more noob questions

You can use this block:

Ask [] and wait
And this block to see there answer:
(answer)


Click the picture below to play my best game yet, Snowball Fight!
http://scratch.mit.edu/static/projects/coinman/3221194_sm.png

Offline

 

#3 2013-04-30 14:31:05

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

Re: more noob questions

coinman wrote:

You can use this block:

Ask [] and wait
And this block to see there answer:
(answer)

Yes, that's right.  smile

You can the have a script like this:

ask [what is you name?] and wait
set [name v] to (answer)
ask[what's your number?] and wait // don't really ask this...
set [number v] to (answer)
See?

Regards,

CAA14

Last edited by CAA14 (2013-04-30 14:31:25)

Offline

 

#4 2013-04-30 14:44:05

Arch-Fiend
New Scratcher
Registered: 2013-04-27
Posts: 10

Re: more noob questions

thanks

Offline

 

#5 2013-04-30 14:51:55

CAA14-NL
Scratcher
Registered: 2013-02-28
Posts: 16

Re: more noob questions

Arch-Fiend wrote:

thanks

No problem.  smile

Regards,

CAA14


Mind Blowing Math! Challenge yourself!
http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i45.tinypic.com/292oakk.png&link2=http://i.imgur.com/t9kiBfd.png

Offline

 

Board footer