Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Drawing Number?
- NeTiNe
-
2 posts
Drawing Number?
I am just curious, I want to know how to draw numbers on Scratch, without any specific x or y, so it can start anywhere. Specifically nine.
Thank you!
Thank you!
Last edited by NeTiNe (April 12, 2016 01:00:25)
- -frostyiceprincess-
-
1000+ posts
Drawing Number?
What do you mean, “draw”? Is it art related or is it when you pick numbers? Please specify the definition of draw you're using here. 

- NeTiNe
-
2 posts
Drawing Number?
By drawing I mean like having the 9 drawn on the screen, like go up by (this number), turn (this number)
Sorry if it didn't make sense before.
Thanks
Sorry if it didn't make sense before.
Thanks
- deck26
-
1000+ posts
Drawing Number?
If you use a custom block you can include the starting position. Then it's just a case of working out how to move - eg you might draw the top of the 9 as a circle by using something like
It may be worth creating a backdrop with a 9 on it and using that to work out how to define the moves.
- AwesomeCreator9875
-
100+ posts
Drawing Number?
You can use some pen text engine like of djpro,
here is it's link: Djpro's text engine
here is it's link: Djpro's text engine
- footsocktoe
-
1000+ posts
Drawing Number?
By drawing I mean like having the 9 drawn on the screen, like go up by (this number), turn (this number)
Sorry if it didn't make sense before.
Thanks
You have the right idea. Use the move and direction blocks to draw the number, being sure to use pen up and pen down at the correct times.
Use the Go To X Y block to pick a starting position.
If you want it really versatile, include a scale variable so you can draw it at any size without changing anything but the scale variable.
(All the move blocks would have the scale variable times the move in them. For instance, “move (10)” would become “move (scale * 10)” Then you could draw it half size with scale = .5 or double size with scale = 2.)
- Starstriker3000
-
1000+ posts
Drawing Number?
Don't necropost. The topic is from 2016. how do u draw the letter s
Last edited by Starstriker3000 (Sept. 18, 2019 21:55:02)
- deck26
-
1000+ posts
Drawing Number?
Create your own topic if you need help please. how do u draw the letter s
- fraction19
-
10 posts
Drawing Number?
If you use a custom block you can include the starting position. Then it's just a case of working out how to move - eg you might draw the top of the 9 as a circle by using something likeIt may be worth creating a backdrop with a 9 on it and using that to work out how to define the moves.
- The_Game_
-
1000+ posts
Drawing Number?
Don't necropost.If you use a custom block you can include the starting position. Then it's just a case of working out how to move - eg you might draw the top of the 9 as a circle by using something likeIt may be worth creating a backdrop with a 9 on it and using that to work out how to define the moves.
- Discussion Forums
- » Help with Scripts
-
» Drawing Number?