I just now created a block that simply destroys IDE elements.
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!
I just now created a block that simply destroys IDE elements.
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!
Unrelated, but what font is your monospace? It looks kinda cursed. (in the funny way)
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!
Cool
I think dark flat mode :: other
can be made by enabling dark mode as usual but set MorphicPreferences.isFlat
to <<true>>
Inspected gui.js
a bit for this one...
This is the best one by far.
i made some blocks to mess with the stage size
next i might try to do something without js
this block can crash Snap! and possibly freeze your computer! use at your discretion!
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.
why it laggy? did i create a forkbomb?
test project (click "save link as...")
Why wouldn't you do
I want to wait before executing the script.
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.