Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » code helper
- TON_games
-
Scratcher
9 posts
code helper
this is basic code
when green flag clicked
forever
move (10) steps
end
- TON_games
-
Scratcher
9 posts
code helper
this is contro code 1
when green flag clicked
forever
if <key [up Arrow] pressed?> then
change y by (4)
end
if <key [down Arrow] pressed?> then
change y by (-4)
end
if <key [right Arrow] pressed?> then
change x by (4)
end
if <key [left Arrow] pressed?> then
change x by (-4)
end
end
Last edited by TON_games (March 19, 2021 08:47:12)
- deck26
-
Scratcher
1000+ posts
code helper
Please don't post random help. Let those needing help post the new topics and respond where you have something useful to add. Anything else just confuses things in this forum.
- Paddle2See
-
Scratch Team
1000+ posts
code helper
Hello! It's great that you want to help out other Scratchers. However, I think we have enough guides in the forums at the moment. Please feel free to welcome new Scratchers on the group welcoming topic or on individual topics created by New Scratchers.
Other places that can always use more helpful Scratchers like you, are the "Help With Scripts“ and ”Questions About Scratch" areas - please use them as designed, by responding to topics created by folks with problems to solve
Finally, a really good place for Scratch guides is the Scratch Wiki - check it out and see if it's something you might like to work on. They have a number of guides - and great organization.
Other places that can always use more helpful Scratchers like you, are the "Help With Scripts“ and ”Questions About Scratch" areas - please use them as designed, by responding to topics created by folks with problems to solve

Finally, a really good place for Scratch guides is the Scratch Wiki - check it out and see if it's something you might like to work on. They have a number of guides - and great organization.
- Discussion Forums
- » Help with Scripts
-
» code helper