Discuss Scratch

NeTiNe
New Scratcher
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!

Last edited by NeTiNe (April 12, 2016 01:00:25)

-frostyiceprincess-
Scratcher
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
New Scratcher
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
deck26
Scratcher
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

repeat60move2stepsturn6degrees
It may be worth creating a backdrop with a 9 on it and using that to work out how to define the moves.
AwesomeCreator9875
Scratcher
100+ posts

Drawing Number?

You can use some pen text engine like of djpro,
here is it's link: Djpro's text engine
footsocktoe
Scratcher
1000+ posts

Drawing Number?

NeTiNe wrote:

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.)
salazant
Scratcher
1 post

Drawing Number?

how do u draw the letter s
Starstriker3000
Scratcher
1000+ posts

Drawing Number?

salazant wrote:

how do u draw the letter s
Don't necropost. The topic is from 2016.

Last edited by Starstriker3000 (Sept. 18, 2019 21:55:02)

deck26
Scratcher
1000+ posts

Drawing Number?

salazant wrote:

how do u draw the letter s
Create your own topic if you need help please.
fraction19
Scratcher
10 posts

Drawing Number?

deck26 wrote:

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

repeat60move2stepsturn6degrees
It may be worth creating a backdrop with a 9 on it and using that to work out how to define the moves.
The_Game_
Scratcher
1000+ posts

Drawing Number?

fraction19 wrote:

deck26 wrote:

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

repeat60move2stepsturn6degrees
It may be worth creating a backdrop with a 9 on it and using that to work out how to define the moves.
Don't necropost.

Powered by DjangoBB