Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » a simple move command
- SWiCKyN
-
Scratcher
3 posts
a simple move command
do this for a simple moving character
when green flag clicked
forever
if <key [whatever you want the keys to be ] pressed?> then
move (how many u want) steps
<end
end
- P444
-
Scratcher
500+ posts
a simple move command
do this for a simple moving characterTutorial tend to get lost when posted to the forums, so please make a project and share it.when green flag clicked
forever
if <key [whatever you want the keys to be ] pressed?> then
move (how many u want) steps
<end
end
example:Please keep all advertising to the show and tell forums.
https://scratch.mit.edu/projects/144613771/
- SWiCKyN
-
Scratcher
3 posts
a simple move command
ummmmmmmmmmmmmmmmmmmmmmmm im toooo lazyyyyyyy but thanks for advicedo this for a simple moving characterTutorial tend to get lost when posted to the forums, so please make a project and share it.when green flag clicked
forever
if <key [whatever you want the keys to be ] pressed?> then
move (how many u want) steps
<end
endexample:Please keep all advertising to the show and tell forums.
https://scratch.mit.edu/projects/144613771/
- Discussion Forums
- » Help with Scripts
-
» a simple move command