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

#1 2009-11-18 19:25:23

jigglyjinjo94
Scratcher
Registered: 2009-11-14
Posts: 9

How To Do the Basics

Hey, wassup guys! I just want 2 share what i know about Scratch. First, here is how 2 make a sprite move:

<when green flag clicked>
<move(  )steps>

or if u want it 2 move forever do this

<when green flag clicked>
<forever>
<move(  )steps>
<end>

Next, here is how 2 make a sprite change what it's doing:

First, you have 2 click your sprite, then u have 2 click "costumes", and then click "new"
Then you have 2 grab these blocks:

<when green flag clicked>
<switch to costume[

or


<when[  ]key pressed>
<switch to costume[

or if you want it to keep changing

<when green flag clicked>
<forever>
<switch to costume[
<end>

or

<when[  ]key pressed>
<forever>
<switch to costume[
<end>

These were 2 simple basics. Hope u can make something 2 get u started!

                                                                                         Stay Cool  cool
                                                                                             jigglyjinjo94

Offline

 

#2 2009-11-18 19:51:25

Greatdane
Scratcher
Registered: 2007-06-05
Posts: 1000+

Re: How To Do the Basics

Great, but can you use 'to's and 'you's instead of '2' and 'u'? It makes you look like a dummy when you don't use good grammar.  tongue  May I suggest acceleration using variables?  smile


The future belongs to those who believe in the beauty of their dreams.
        ~ Eleanor Roosevelt

Offline

 

Board footer