Idea for a Venn diagram

So

I got an idea to make a Venn diagram maker where you can put in the information and the code will make the diagram for you no mater how many categories there are, so you don’t have to figure out how to fit all the shapes together.

I need to know is there a way to code a writer to make round shapes around text?

no matter how many categories there are

I had a hard time imagining how it could be done with more than three categories. Wikipedia was helpful as usual, but you need more than intersecting circles to make it work.

To answer your question, here’s how I’d do it:

  1. Load the “text costumes” library.
    (:page_facing_up: > Libraries > text costumes > Import)
  2. Make a circle sprite in the Paint Editor
  3. Make another sprite.
  4. Give it your text as a costume.
    untitled script pic (7)
    hello
  5. Position the second sprite where you want it over the first sprite.
  6. Paste the second sprite onto the first sprite.
    untitled script pic (8)

would there be any way for the costume to change by itself depending on the text position?

you cant make a venn diagram with 4+ circles, you have to use other shapes

I don’t understand the question. Could you be more specific about what you mean by “change” in this context?

I mean for the shape to warp around a group of texts depending on where the text is on the stage.

Oh. Sure, you could write a program to do that, but I don’t know of any easy way to do so.

I just need to an any way to do it

If you untitled script pic - 2026-01-21T203050.528
Overlapped filled circle sprites

The green overpowered the red and the cyan. Try actual color mixing.

I think it may be the layering, so we would have to have the ones in a closer layer have more ghost effect.

I know I can do that, I just need a way for the sprites to change shape on their own.

The sprite shape is called a costume. You can make a procedure to define the costume:

  1. Pixel by pixel untitled script pic - 2026-01-22T185338.812
  2. By capturing pen trails made on a stage untitled script pic - 2026-01-22T185548.647
  3. By combining predefined costumes untitled script pic - 2026-01-22T190109.083

Either way

EOT