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

#1 2012-07-31 15:58:32

NattyB
Scratcher
Registered: 2012-01-21
Posts: 75

Hello!

If you are new to scratch, I will give you a tutorial!

To start make a

when gf clicked
To make your sprite talk make a
say [Hello!] for (2) secs
and edit a few things.

To make your sprite do something forever, make a
forever

end
If you want your sprite to do something only if something happens, make a
if <  >

end
and you can add something that is the right shape.

Or you can use a
when key [space v] pressed
To make your sprite move, use a
move (10) steps
Use a
change x by (10)
Use a
change y by (10)
Use a
set x to (10)
Or use a
set y to (10)
To make sounds use a
play sound [meow v] until done
To wait make a
wait (1) secs
Discover more things on scratch!

Last edited by NattyB (2012-07-31 16:01:02)


Scratch news is now on! http://scratch.mit.edu/static/icons/buddy/1144816_med.png?t=2012-12-10+17%3A17%3A36

Offline

 

#2 2012-07-31 16:16:03

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: Hello!

A great tutorial for people who don't understand blocks and what they do.


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#3 2012-08-01 12:06:29

NattyB
Scratcher
Registered: 2012-01-21
Posts: 75

Re: Hello!

stevetheipad wrote:

A great tutorial for people who don't understand blocks and what they do.

Yep. It turned out better than I thought it would.


Scratch news is now on! http://scratch.mit.edu/static/icons/buddy/1144816_med.png?t=2012-12-10+17%3A17%3A36

Offline

 

Board footer