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
jigglyjinjo94
Offline
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. May I suggest acceleration using variables?
Offline