cases block: how do I implement it – Help with Snap! – Snap! Forum https://forum.snap.berkeley.edu/t/cases-block-how-do-i-implement-it/1822
I can't figure out the cases block coding. Help
IF and optionally ELSE.
Meintest du essen?
I can't figure out the cases block coding. Help
IF and optionally ELSE.
just a block that extends this into this so that you can get things (like color!) without jumping through a bunch of hoops. just this single hoop, for now, is the best i can do. lol. project link note – you n…
(script) [else if (boo1) (script1)] [else if (boo2) (script2)] ]. and switch case
since i just cant help waiting for anymore updates, ive been throwing together different parts and pieces and am surprised to say ive got something functional (technically…) each row | [key] : [val] | is one cl…
fact, with this, we can finally make an if statement have an infinite amount of else
The instructions page gives a link to an online demo, but that demo doesn't seem to exist anymore at the link.
Something else just makes the page „blank“ sir_kitten2 September 29, 2021, 6:31am
link ! this is a work-in-progress / not to be used in your own projects create a new project or just stay in this one. just like the script variables block, but has a variadic input where each ( var = val ) seg…
and yes, that if-else block would be much cleaner with a multi-cslot input with some
How do I sense what morph the mouse is on? like, if the mouse is on a block, on the stage, the green flag, stop button, editing area, and so on.
mouseover instanceof BlockMorph){ return new Context(null, mouseover.fullCopy()); } else
The title's is kinda lying but it doesn't matter because it's still inspired by BASIC. The variation of BASIC this was inspired by was BlitzBASIC. You know, the language used to power SCP: Containment Breach and SCP-087…
UPDATE 1.1: ELSE — Think of ELSE in an IF/ELSE block.
i need to delete every item that appear in a list more than once but need to keep at least one of that number. example list 1,8,9,2,8,5,1 solved need to be 1,8,9,2,5.
If so, just finding someone else’s solutions (e.g., in a library) and turning that
I am working on a project and I need something to replace this: 11 blocks How do I make something like this: 10 blocks 11 vs 10 blocks, small difference here but a big difference for bigger projects. P.S. for the…
cymplecy April 12, 2024, 11:21am 2 If you look above the simple if/else block
Continuing the discussion from First-class colors (Part 2) – #109 by bh. Previous discussions: First-class colors (Part 1) First-class colors (Part 2)
Feature suggestions will probably be deferred until the next time I have nothing else