Discuss Scratch

Roqubot
Scratcher
15 posts

Draw triangles in editor?

I've searched it up a thousand times: how do you draw a perfect, otherwise equilateral, triangle in the scratch editor? For my game there is a species named the Triangulons, and they're supposed to be triangles, and now I need to draw the enemies. Every time I search this up, I get a bunch of projects where the scratch cat is the pen, and then they draw a triangle…not helpful! Does anyone know how to draw an equilateral triangle as a Sprite?
drmcw
Scratcher
1000+ posts

Draw triangles in editor?

If you can't draw one yourself then find a picture of one on the internet and import that.
Blue_Science
Scratcher
100+ posts

Draw triangles in editor?

Is it vector or bitmap editor ?
In the vector what I do is use the line tool to make a rough triangle, then the ‘edit points’ tool to try to make it the best as I can. I didn't found better for the moment
asivi
Scratcher
1000+ posts

Draw triangles in editor?

Hi, do this
set pen size to (4)
point in direction (90 v)
go to x: (-205) y: (-177)
pen down
move (410) steps
turn ccw (120) degrees
move (410) steps
go to x: (-205) y: (-177)
now right click on Stage and save it.
drmcw
Scratcher
1000+ posts

Draw triangles in editor?

asivi wrote:

Hi, do this
set pen size to (4)
point in direction (90 v)
go to x: (-205) y: (-177)
pen down
move (410) steps
turn ccw (120) degrees
move (410) steps
go to x: (-205) y: (-177)
now right click on Stage and save it.
Genius
Roqubot
Scratcher
15 posts

Draw triangles in editor?

Thank you people!
asivi
Scratcher
1000+ posts

Draw triangles in editor?

drmcw wrote:

asivi wrote:

Hi, do this
set pen size to (4)
point in direction (90 v)
go to x: (-205) y: (-177)
pen down
move (410) steps
turn ccw (120) degrees
move (410) steps
go to x: (-205) y: (-177)
now right click on Stage and save it.
Genius
Yes, i know…i know…

Roqubot wrote:

Thank you people!
Please don't forget to close this topic. Thanks.
Roqubot
Scratcher
15 posts

Draw triangles in editor?

Um, how do I close the topic?
anvanlaer
Scratcher
67 posts

Draw triangles in editor?

Powered by DjangoBB