Discuss Scratch
- Discussion Forums
- » New Scratchers
- » Tutorial for new scratchers!
- thedemonkid999
-
36 posts
Tutorial for new scratchers!
Here's how to make projects smooth:
For moving:
For rotation:
I really hope this helped you! Ask me for any more tutorials!
For moving:
when green flag clicked
set [Speed v] to [10]
repeat (10)
move (Speed) steps
change [Speed v] by (-1)
end
For rotation:
when green flag clicked
set [Turn Speed v] to [18]
repeat (9)
turn cw (Speed) degrees
change [Speed v] by (-2)
end
I really hope this helped you! Ask me for any more tutorials!
Last edited by thedemonkid999 (Sept. 6, 2022 02:09:58)
- awesome5185
-
1000+ posts
Tutorial for new scratchers!
An improvement to this would be to actually have another variable controlling both the “10” in Set speed and “10” in the repeat, allowing for the script to be more versatile. Also this fits in the Here's how to make projects smooth:Help with Scripts discussion board better.
For moving:when green flag clicked
set [Speed v] to [10]
repeat (10)
move (Speed) steps
change [Speed v] by (-1)
end
For rotation:when green flag clicked
set [Turn Speed v] to [18]
repeat (9)
turn cw (Speed) degrees
change [Speed v] by (-2)
end
I really hope this helped you! Ask me for any more tutorials!
- thedemonkid999
-
36 posts
Tutorial for new scratchers!
It would be versatile. But i just did the rotation like that so it turns 90 degrees. But thx for helping, and it is versatile.An improvement to this would be to actually have another variable controlling both the “10” in Set speed and “10” in the repeat, allowing for the script to be more versatile. Also this fits in the Here's how to make projects smooth:Help with Scripts discussion board better.
For moving:when green flag clicked
set [Speed v] to [10]
repeat (10)
move (Speed) steps
change [Speed v] by (-1)
end
For rotation:when green flag clicked
set [Turn Speed v] to [18]
repeat (9)
turn cw (Speed) degrees
change [Speed v] by (-2)
end
I really hope this helped you! Ask me for any more tutorials!
- YtArie5
-
1000+ posts
Tutorial for new scratchers!
It's great you want to help, but the ST isn't looking for any guides right now. You can go to the Questions about Scratch and the Help with scripts forum if you want to help people 

- Paddle2See
-
1000+ posts
Tutorial for new scratchers!
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
- » New Scratchers
-
» Tutorial for new scratchers!