2 projects I made for fun

I made 2 of the projects for fun because I was bored.


Project 1:

Project 2:

Joke

What’s 9 + 10?

For the first one, can you flip a and d (d goes left, a goes right, not right) and use <key [ V] pressed?> instead of when [ V] key pressed , which im guessing you’re using by a first glance.

I tried using the key [space v] pressed block, but it went crazy with the variables

Put it in a seperate script and add a wait each frame (0.1s?)

Interesting. You draw the outermost triangle right side up and then recursively draw upside down triangles, largest first and then smaller ones. I’m accustomed to doing all the drawing in the base case of the recursion, so I only actually draw the smallest triangles, right side up.

It took me a while to understand how the
untitled script pic (7)
makes upside down triangles; I eventually understood that that block really means


I do understand that equilateral triangles are symmetric with respect to 60° turns. :~)