Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Draw triangles in editor?
- 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
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)now right click on Stage and save it.
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)
- drmcw
-
Scratcher
1000+ posts
Draw triangles in editor?
Hi, do thisGeniusset pen size to (4)now right click on Stage and save it.
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)

- asivi
-
Scratcher
1000+ posts
Draw triangles in editor?
Yes, i know…i know…Hi, do thisGeniusset pen size to (4)now right click on Stage and save it.
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)
Thank you people!Please don't forget to close this topic. Thanks.
- anvanlaer
-
Scratcher
67 posts
Draw triangles in editor?
Um, how do I close the topic?https://wiki.scratch.mit.edu/wiki/How_do_I_close_a_forum_topic_I_created%3F
- Discussion Forums
- » Help with Scripts
-
» Draw triangles in editor?




