Share some silly blocks you made

I just now created a block that simply destroys IDE elements.
bing kob
Alright, time to test it! I wonder how it wor- oh.

Anyway, if you have any random useless blocks, share them! I would love to see what your crazy minds can create! :stuck_out_tongue:

Unrelated, but what font is your monospace? It looks kinda cursed. (in the funny way)

untitled script pic (12)


everything is ourple!!

Untitled script pic
not very silly, but these blocks do basically what they say and are in the same spirit of the othe blocks here (but i will make a more silly version)

I like it, just because its more condensed than most mono fonts, but here you go! :slight_smile:
Screenshot 2024-09-01 19.14.42

Cool :sunglasses:

I think dark flat mode :: other can be made by enabling dark mode as usual but set MorphicPreferences.isFlat to <<true>>

untitled script pic (47)


Inspected gui.js a bit for this one... :stuck_out_tongue:

This is the best one by far. :smiley:

Untitled script pic (1)
i made some blocks to mess with the stage size
next i might try to do something without js

:warning: this block can crash Snap! and possibly freeze your computer! use at your discretion!
Untitled script pic (2)

I cannot drag this image into the editor.

only if you use a Chromebook or a low memory laptop and your browser doesn't for some reason stop the page (if what I'm guessing this is doing is correct)
swap memory and zram ftw

I saw someone change the stage size with SciSnap and 0 JS.

untitled script pic (15)
why it laggy? did i create a forkbomb?
test project (click "save link as...")

Why wouldn't you do
untitled script pic - 2024-09-05T092143.140

I want to wait before executing the script. :stuck_out_tongue:

untitled script pic - 2024-09-05T125016.898
untitled script pic - 2024-09-05T125011.879

also you should launch ({} @addInput :: ring) @addInput it

It depends what the goal of the block is, no? And what the process you're trying to repeat is. If you want to start a new run of the script every second, you would use launch. If you want to wait for the script to complete before waiting and starting a new run, you wouldn't.