As you may have all ready guessed, I'm new, and I love horses. I was introduced to Scratch a few weeks ago, at an after-school club about computer programming. That club is canceled now, after only 2 sessions, so I'd love some tips
Thanks a billion in advance,
horseLUV101
Offline
Hello to you too!
Offline
Look at the Scratch cards here.
Offline
Hello, I've been on Scratch for... let's see... 2 years? It must be longer than that...
Biggest tip is this:
Don't use this for sprite movement:
<when[ ]key pressed>
Use this instead for smoother movement"
<when green flag clicked>
<forever>
<if><key[ ]pressed?>
Move Sprite
<end>
<end>
Offline
MoreGamesNow wrote:
Hello, I've been on Scratch for... let's see... 2 years? It must be longer than that...
Biggest tip is this:
Don't use this for sprite movement:
<when[ ]key pressed>
Use this instead for smoother movement"
<when green flag clicked>
<forever>
<if><key[ ]pressed?>
Move Sprite
<end>
<end>
Thanks so much for the tip XD I need as many as I can get.
Offline
horseLUV101 wrote:
MoreGamesNow wrote:
Hello, I've been on Scratch for... let's see... 2 years? It must be longer than that...
Biggest tip is this:
Don't use this for sprite movement:
<when[ ]key pressed>
Use this instead for smoother movement"
<when green flag clicked>
<forever>
<if><key[ ]pressed?>
Move Sprite
<end>
<end>Thanks so much for the tip XD I need as many as I can get.
You may also want to know about the "Stamp" block! So please check out my tutorial!
http://scratch.mit.edu/projects/Canto/1677534
Offline
<when green flag clicked>
<forever>
<go to[ Mouse
<if> <mouse down?>
<pen down>
<else>
<pen up>
Makes a good pen.
Offline
Earthboundjeff wrote:
<when green flag clicked>
<forever>
<go to[ Mouse
<if> <mouse down?>
<pen down>
<else>
<pen up>
Makes a good pen.
Thanks so much!
Offline