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

#1 2010-09-25 06:56:55

buzybee
New Scratcher
Registered: 2010-09-25
Posts: 1

buzybee

How to use scratch?

Offline

 

#2 2010-09-25 07:01:13

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: buzybee

Ok, so here's scratch:


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#3 2010-09-25 07:04:47

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: buzybee

To make a game in scratch, you have to use Blocks. Here are some examples:

[blocks]
<move(100)steps>
<set size to(200)%>
[/blocks]

they are obvious: move 100 units and grow to 200 percent of your size.


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#4 2010-09-25 07:05:56

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: buzybee

[blocks]

<move(  )steps>
<set size to(  )%>

[/blocks]


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#5 2010-09-25 07:31:34

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: buzybee

ME wrote:

ME wrote:

You can drag these together to make SCRIPTS.

[blocks]

<when[ space ]key pressed>
<move( 100 )steps>
<stop script>

[/blocks]

this moves you 100 units when you press space.

TRY IT!!!!!


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#6 2010-09-25 07:37:42

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: buzybee

It's very simple. the blocks read together should sort of make sense in english.


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#7 2010-09-25 07:39:49

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: buzybee

If you're wondering where to get blocks that aren't blue, the answer is to click on different categories in the top left corner, like control and looks.


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#8 2010-09-25 07:45:44

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: buzybee

try the following:

[blocks]

<when[ space ]key pressed>
<move( <pick random( 1 )to( 100 )steps>
<turn cw( (( 5 <*> 6 )) )degrees>
<stop all>

[/blocks]

this shows you can put blocks in other blocks  smile


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

Board footer