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

#1 2008-11-19 15:55:36

Dark_Fighter
Scratcher
Registered: 2008-11-16
Posts: 10

How can i input text?

I'm creating a game and i want it to start when i wright 'start', without the quotes.what should i do?

Offline

 

#2 2008-11-19 17:43:48

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: How can i input text?

<when green flag clicked>
<wait until><key[ s ]pressed?>
<wait until><key[ t ]pressed?>
<wait until><key[ a ]pressed?>
<wait until><key[ r ]pressed?>
<wait until><key[ t ]pressed?>
<broadcast[ start game

Offline

 

#3 2008-11-19 18:02:53

Dark_Fighter
Scratcher
Registered: 2008-11-16
Posts: 10

Re: How can i input text?

That's all?i thought that it was more complicated.

Offline

 

#4 2008-11-20 06:04:47

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: How can i input text?

Dark_Fighter wrote:

That's all?i thought that it was more complicated.

and make sure, at every other sprite, instead of putting a <when green flag clicked> put a <when I receive[ start game

Offline

 

Board footer