If you are new to scratch, I will give you a tutorial!
To start make a
when gf clickedTo make your sprite talk make a
say [Hello!] for (2) secsand edit a few things.
forever endIf you want your sprite to do something only if something happens, make a
if < > endand you can add something that is the right shape.
when key [space v] pressedTo make your sprite move, use a
move (10) stepsUse a
change x by (10)Use a
change y by (10)Use a
set x to (10)Or use a
set y to (10)To make sounds use a
play sound [meow v] until doneTo wait make a
wait (1) secsDiscover more things on scratch!
Last edited by NattyB (2012-07-31 16:01:02)
Offline
A great tutorial for people who don't understand blocks and what they do.
Offline