Discuss Scratch
- Discussion Forums
- » Show and Tell
- » How to make a character move?
- Mrlitter
-
22 posts
How to make a character move?
when green flag clickedThis will make the character move 100 steps as 10 X 10 = 100.
repeat (10)
move (10) steps
end
when green flag clickedThis uses variables which will make the character move the ammount of steps indicated by the variable.
set [foo] to [10]
when this sprite clicked
move (foo) steps
- greatman1111
-
100+ posts
How to make a character move?
Great tutorial, but the Show and Tell forum is for advertising projects or studios, not for tutorials.
- Mrlitter
-
22 posts
How to make a character move?
advertising projects or studios, not for tutorials.How would we then show tutorials? Great tutorial, but the Show and Tell forum is for
- Discussion Forums
- » Show and Tell
-
» How to make a character move?