Snap! Jr: Snap! For Youngsters! (Version 2.0.0) (Part 5)

That's not Snap! Jr. Official. (Original one was by me)

Oh OK

you have Snap! Extensions (Part 4) - #29 by sirhopsalot do you need to work on this again? ( if so I will help! )

Wellll, Its not finished. And sure! You can help.

yeah!

Also,

%n is a number input.
%dir is a direction spinner input.
%dst I can't remember.
%cst is a costume input.
%s is a string
Put %mult before any input to make it a multiple input list.
%snd is a sound input.
%note shows the note picker when the input is clicked
%clr is a color input.

There is more, but I don't want to explain all of them.
Also, you can do the variables category.

        // Variables
        doSetVar: {
            type: 'command',
            category: 'variables',
            spec: 'set %var to %s',
            defaults: [null, 0]
        },
        doChangeVar: {
            type: 'command',
            category: 'variables',
            spec: 'change %var by %n',
            defaults: [null, 1]
        },
        doShowVar: {
            type: 'command',
            category: 'variables',
            spec: 'show variable %var'
        },
        doHideVar: {
            type: 'command',
            category: 'variables',
            spec: 'hide variable %var'
        },
        doDeclareVariables: {
            type: 'command',
            category: 'other',
            spec: 'script variables %scriptVars'
        },

I am [redacted] so if you need members you can use me.
P.S I am smart enough to know about continuations!

ok fixed it

This is about a mod of Snap!... Are you sure you can handle it?

So... A few things have changed. First off, there is a new link for the website (https://snap-jr.repl.co/) and there is also a community link (https://forum.snap-jr.repl.co/)
@earthrulerr Log in | Django site admin

Update to Snap! Jr. coming soon

Forgot my original password. Made a new account Earth.
Error 403: Forbidden on admin thing.

Done.

Hello everybody, The Snap! Jr. engine has been moved to https://program.snap-jr.repl.co/.

I just updated Snap! Jr. I "Jr-iffied" the Operators category.

I'm going to stop the forum server.

Me: 1
Spammer: 0

why is this a wiki post? - Starbox614
Idk - joecooldoo

Next up: Variables, Lists, and Other.

Yep.

Although really, you don't need to do Other, because there are no blocks in it, other than the PRIMITIVE ones.