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

#1 2012-03-07 09:02:24

pancher100
New Scratcher
Registered: 2012-03-07
Posts: 2

What is scratch?

Hey, guys what is scratch? I don't even know what to do)

Offline

 

#2 2012-03-07 09:15:16

technoboy10
Scratcher
Registered: 2007-08-25
Posts: 1000+

Re: What is scratch?

Scratch is a programming language designed to help children learn programming basics. To use it (assuming you have downloaded the program) , drag blocks into the scripting area and connect them together to make scripts that tell a sprite what to do.

Try out this script!

when gf clicked
say [Scratch is cool!] for (2) secs
repeat (10)
turn ccw (10) degrees
end


So long, 1.4.
http://goo.gl/3JEV9

Offline

 

#3 2012-03-07 09:25:05

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

Re: What is scratch?

Err, now that's a vague question. Scratch is a community of programmers, artists, musicians, artists, all of whom work together using a program called Scratch, too, to make projects, which are like interactive YouTube videos, which can be anything from Nitrome-worthy games to tutorials to fractal plotters. It's also the epicest website on the internet in my opinion.  smile


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

Offline

 

#4 2012-03-07 09:41:28

technoboy10
Scratcher
Registered: 2007-08-25
Posts: 1000+

Re: What is scratch?

Hardmath123 wrote:

It's also the epicest website on the internet in my opinion.  smile

+Infinity
EDIT: changed 1 to Infinity to show my true feelings.

Last edited by technoboy10 (2012-03-07 09:42:04)


So long, 1.4.
http://goo.gl/3JEV9

Offline

 

#5 2012-03-07 10:36:33

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: What is scratch?

Do you honestly expect us to be able to explain it in one post?


Why

Offline

 

#6 2012-03-07 17:31:35

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: What is scratch?

The program is basically a user-friendly drag-n-drop interface for making your programs.  Snapping blocks together will make them run from top to bottom.  "hat blocks" (blocks that can't be placed below other blocks, like "when green flag clicked" or "when [space] key pressed") run the script beneath them when certain events happen.

For instance: click the default Scratch Cat sprite and put this script in

when gf clicked
change x by (5)
wait (1) secs
say [Hello World!] for (2) secs
change x by (-5)
Then click the green flag (upper right hand corner).  The sprite shoudl move right 5 pixels, wait one second, say "Hello World!" for 2 seconds, and then move back.  Using more scripts and more intricate coding, it is possible to make a wide assortment of projects, from animations to games.  You can share them online to receive praise, criticism, and help from the Scratch community.


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#7 2012-03-07 20:38:12

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

Re: What is scratch?

there are things on scratch that tell you what it is. Basically it's an animation/game making program. It's simple to do. No complex leyouts for rocket scientists

Offline

 

#8 2012-03-09 00:08:26

MaxFlyboy
Scratcher
Registered: 2011-11-07
Posts: 100+

Re: What is scratch?

Basically, It's a place where you
Imagine
Program
Share
That pretty much sums it up in 3 words. It's also the scratch slogan/catchphrase thing


http://cdn.voodoofilm.org/images/upload/thumb/viral-video-2011.jpg click the picture for an AMV

Offline

 

Board footer