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

#1 2010-08-04 04:53:38

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Easy Projects for New Beginners

Welcome to Scratch, an easy and powerful programming language brought to you by the The Lifelong Kindergarten Research Group, MIT Media Laboratory. (Massachusetts Institute of Technology) Anyway, I'm here to guide you through your very first projects!

Project #1 : Spinning Sprite That Says Stuff

Alright, so open up Scratch. (I'm using the latest version 1.4.1.) By default the Scratch Cat Mascot is shown in the Stage Preview Area. If you do not like it or want something original, for any reason, click on the Sprite 1 In the Sprites Table. See Below.

http://fc09.deviantart.net/fs71/i/2010/216/7/7/1_by_Mastiurcheef.png

Now, click on the Costumes Tab. See Below.

http://fc05.deviantart.net/fs70/i/2010/216/8/6/2_by_Mastiurcheef.png

Now Click on Edit. See Below.

http://fc05.deviantart.net/fs70/i/2010/216/1/e/3_by_Mastiurcheef.png

Now, we want to go to the "Scripts Tab" which is to the left of the Costumes Tab we just used. Click on the Scripts Tab.

Now, Add these Blocks in Order shown.

<when green flag clicked>
<forever>
<turn cw( 15 )degrees>
<end>

<when[  Space  ]key pressed>
<say[ I'm Dizzy! ]for( 2 )secs>

Project Scripts Explained :
"When Green Flag Pressed" represents the signal for the scripts connected to it to begin functioning.
"Forever" ensures (makes sure) that the script wrapped between it continues forever, powered by "When Green Flag Pressed."
"Turn ____ Degrees" just makes the sprite we put the script on continue to spin the number of degrees we wanted them to. If we didn't have the previous blocks running "Turn____ Degrees," it wouldn't turn at all! That would be boring!  sad

big_smile  Will Add More Later.  big_smile  This Tutorial Gets You Familiar With the Basics of the Interface.

Project #2 : Changing the Background

Alright, so we start by clicking on the stage itself. By default, it is blank.

http://fc00.deviantart.net/fs71/i/2010/216/f/f/11_by_Mastiurcheef.png

Now we edit the background, we have to go to the costumes tab, just like we did with the sprite.

http://fc02.deviantart.net/fs71/i/2010/216/c/6/22_by_Mastiurcheef.png

Now here, I show you that you have Four Options to create a new background. Remember, the stage is always the most back layer.

http://fc01.deviantart.net/fs70/i/2010/216/9/6/33_by_Mastiurcheef.png

Let me explain,

Paint opens up Scratch Paint.
Import lets you bring in a custom background.
Camera allows you to use an attached webcam to take a picture.
Edit is essential for over-sized pictures or sprites.
Basically all final artwork goes through Scratch Paint.

http://fc06.deviantart.net/fs70/i/2010/216/d/a/44_by_Mastiurcheef.png

Here, Now you can edit the stage, allowing you to have a more free way to tell a story or display a game.

Now, what if you were to have multiple backgrounds? There are many simple ways you can do this. I will explain them all.

<when green flag clicked>
<forever>
<next costume>
<wait( 1 )secsc>
<end>

This will continue to change the background every one second. Forever, makes it go forever. Next costume is the pictures in the costumes tab. Wait 1 Seconds tells it to wait one second before continuing it's command.

<when[ Space ]key pressed>
<next costume>

Most controlled way. Best way.

Last edited by windowsapple (2010-08-05 00:55:04)

Offline

 

#2 2010-08-04 08:33:22

laser100
Scratcher
Registered: 2009-12-04
Posts: 100+

Re: Easy Projects for New Beginners

Cool.  smile

Offline

 

#3 2010-08-04 09:14:46

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Easy Projects for New Beginners

Wow! This is great! I can't wait to see what gets added to this  smile  You might want to crop some of the unnecessary space out of the pictures so they fit a little better in the forum space, and so that you can see what you're supposed to be pointing towards without distractions. Other than that, great job! I'm impressed.

Offline

 

#4 2010-08-04 09:25:55

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: Easy Projects for New Beginners

Alright!  big_smile  Thanks for the advice and interest! I'll keep that in mind in the future.  big_smile  Expect more!

Offline

 

#5 2010-08-04 14:45:40

Ace-of-Spades
Scratcher
Registered: 2010-01-08
Posts: 1000+

Re: Easy Projects for New Beginners

windowsapple wrote:

Welcome to Scratch, an easy and powerful programming language brought to you by the The Lifelong Kindergarten Research Group, MIT Media Laboratory. (Massachusetts Institute of Technology) Anyway, I'm here to guide you through your very first projects!

Project #1 : Spinning Sprite That Says Stuff

Alright, so open up Scratch. (I'm using the latest version 1.4.1.) By default the Scratch Cat Mascot is shown in the Stage Preview Area. If you do not like it or want something original, for any reason, click on the Sprite 1 In the Sprites Table. See Below.

http://fc09.deviantart.net/fs71/i/2010/216/7/7/1_by_Mastiurcheef.png

Now, click on the Costumes Tab. See Below.

http://fc05.deviantart.net/fs70/i/2010/216/8/6/2_by_Mastiurcheef.png

Now Click on Edit. See Below.

http://fc05.deviantart.net/fs70/i/2010/216/1/e/3_by_Mastiurcheef.png

Now, we want to go to the "Scripts Tab" which is to the left of the Costumes Tab we just used. Click on the Scripts Tab.

Now, Add these Blocks in Order shown.

<when green flag clicked>
<forever>
<turn cw( 15 )degrees>
<end>

<when[  Space  ]key pressed>
<say[ I'm Dizzy! ]for( 2 )secs>

Project Scripts Explained :
"When Green Flag Pressed" represents the signal for the scripts connected to it to begin functioning.
"Forever" ensures (makes sure) that the script wrapped between it continues forever, powered by "When Green Flag Pressed."
"Turn ____ Degrees" just makes the sprite we put the script on continue to spin the number of degrees we wanted them to. If we didn't have the previous blocks running "Turn____ Degrees," it wouldn't turn at all! That would be boring!  sad

big_smile  Will Add More Later.  big_smile  This Tutorial Gets You Familiar With the Basics of the Interface.

Just putting in image tags.


11110010100011010100011010101000100011011011001010111100101000110101000110101010001000110110110010101111001010001101010001101010100010001101101100101011110010100011010100011010101000100011011011001010
110101010010001010101010101010101010101010100110101010010101010010101001101011010101010010101010101

Offline

 

#6 2010-08-04 21:20:01

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: Easy Projects for New Beginners

I took them off because they took too much space D:

Offline

 

#7 2010-08-04 22:14:21

Ace-of-Spades
Scratcher
Registered: 2010-01-08
Posts: 1000+

Re: Easy Projects for New Beginners

It's better than making the new members have to wait to load the page, and not having both the words and the picture to look at at the same time. It's much more convenient. You should re-add the image tags to the first picture.


11110010100011010100011010101000100011011011001010111100101000110101000110101010001000110110110010101111001010001101010001101010100010001101101100101011110010100011010100011010101000100011011011001010
110101010010001010101010101010101010101010100110101010010101010010101001101011010101010010101010101

Offline

 

#8 2010-08-05 01:04:34

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: Easy Projects for New Beginners

Alright, and new topic added.

Offline

 

#9 2010-08-05 01:39:43

Ace-of-Spades
Scratcher
Registered: 2010-01-08
Posts: 1000+

Re: Easy Projects for New Beginners

Cool. If you want some help, I could come up with some ideas too.


11110010100011010100011010101000100011011011001010111100101000110101000110101010001000110110110010101111001010001101010001101010100010001101101100101011110010100011010100011010101000100011011011001010
110101010010001010101010101010101010101010100110101010010101010010101001101011010101010010101010101

Offline

 

#10 2010-08-05 01:57:31

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: Easy Projects for New Beginners

Great projects!  smile  They'll definitely help a user learn the basics of Scratch - and it also explains the interface and such.  big_smile


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#11 2010-08-05 03:07:21

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: Easy Projects for New Beginners

big_smile  Thanks!

Offline

 

#12 2010-08-05 10:11:21

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: Easy Projects for New Beginners

yikes  Bumped  yikes

Offline

 

#13 2010-08-05 14:56:08

m71134
Scratcher
Registered: 2010-03-03
Posts: 1000+

Re: Easy Projects for New Beginners

Nice job! You explained this really clearly.

Offline

 

#14 2010-08-05 15:05:24

Wolfie1996
Retired Community Moderator
Registered: 2009-07-08
Posts: 1000+

Re: Easy Projects for New Beginners

Nice guide! I like the way you explained what some of the blocks you used in the example do  big_smile


"...Jargon - the practice of never calling a spade a spade, when you might instead call it a manual earth-restructing implement..." - Bill Bryson, Mother Tongue

Offline

 

#15 2010-08-06 00:35:29

Ace-of-Spades
Scratcher
Registered: 2010-01-08
Posts: 1000+

Re: Easy Projects for New Beginners

Can we make suggestions for which projects you can make?


11110010100011010100011010101000100011011011001010111100101000110101000110101010001000110110110010101111001010001101010001101010100010001101101100101011110010100011010100011010101000100011011011001010
110101010010001010101010101010101010101010100110101010010101010010101001101011010101010010101010101

Offline

 

#16 2010-08-06 03:33:18

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: Easy Projects for New Beginners

Feel free to do whatever!!  big_smile

Offline

 

#17 2010-08-06 04:10:26

Ace-of-Spades
Scratcher
Registered: 2010-01-08
Posts: 1000+

Re: Easy Projects for New Beginners

Maybe a variables project?


11110010100011010100011010101000100011011011001010111100101000110101000110101010001000110110110010101111001010001101010001101010100010001101101100101011110010100011010100011010101000100011011011001010
110101010010001010101010101010101010101010100110101010010101010010101001101011010101010010101010101

Offline

 

#18 2010-08-12 02:03:17

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: Easy Projects for New Beginners

Currently busy, will add more.

Offline

 

#19 2010-08-12 21:02:35

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: Easy Projects for New Beginners

Your welcome! ~  big_smile  Glad to help. I was in the position of a "noob" myself, so I know how to treat it.

Offline

 

Board footer