Discuss Scratch

goldfish678
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

jandrewg wrote:

djdolphin wrote:

Updated with colors category and new blocks which I don't feel like listing! They're hard to miss. In the process of adding (sort of) first class colors I accidentally made it so 0 and false wouldn't show up in the bubble when you click a reporter. I wasted an hour trying to find the source of that. Whoops.

Coming soon: replace blocks, regular expressions, cows, and possibly CYOB!

Who else thinks .jk is the best file extension ever?
ME!
+1
goldfish678
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

djdolphin wrote:

cows
Wait, what?
djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

goldfish678 wrote:

djdolphin wrote:

cows
Wait, what?
Try finding a good, public-domain, vector image of a jackalope. Not so easy, is it? The cow will just be a placeholder.

!
Blueinkproductions
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

goldfish678 wrote:

jandrewg wrote:

djdolphin wrote:

Updated with colors category and new blocks which I don't feel like listing! They're hard to miss. In the process of adding (sort of) first class colors I accidentally made it so 0 and false wouldn't show up in the bubble when you click a reporter. I wasted an hour trying to find the source of that. Whoops.

Coming soon: replace blocks, regular expressions, cows, and possibly CYOB!

Who else thinks .jk is the best file extension ever?
ME!
+1
++

Generation 2: the first time you see this copy and paste it on top of your sig in the scratch forums and increase generation by 1. Social experiment.
____                  _____  _______              
| \ | | | | | |\ | | /
|___/ | | | |__ | | \ | |/
| \ | | | | | | \ | |\
| | | | | | | | \ | | \
|___/ L____ \___/ |_____ ___|___ | \| | \
PRODUCTIONS





















































Here's a hint: support = support.

<shameless self promotion>follow me! follow me! follow me! love my stuff! love my stuff! love my stuff! follow me! love my stuff! remix my stuff! follow me! follow me! </shameless self promotion>
djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

Now there's a “color at x: %n y: %n” block! One of my favorite features from Panther, except with my own wording.

!
djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

In the next release Operators with be separated into Math and Strings to make way for all the new replace and RegEx blocks. I also plan to release the source code and add cookie variables by the end of the week.

Last edited by djdolphin (Nov. 3, 2014 20:53:29)


!
brh-8216
New to Scratch
1 post

Jackalope, Scratch 2.0 Mod

Incredible! Never seen anything like this, although I guess you could make the assumption I'm quite new. If I were to throw in a feature request, the only thing I can really think of is blocks to set and change the size of lists. Something like
 change [ v] of [ v] by () 
with parameters like x and y (maybe color? :p) in the first dropdown and the list of lists in the second; for changing, maybe
 set size of [ v] to width: () height: () 
? (both of these in the lists category and colored maroon to indicate their purpose of course).
__init__
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

djdolphin wrote:

Update with stuff! I lose track of what features I add…

Edit: Poll - Who would want a
make [Sprite1 v] do :: control cstart
block?
Me

thisandagain pls explain
__init__
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

djdolphin wrote:

In the next release Operators with be separated into Math and Strings to make way for all the new replace and RegEx blocks. I also plan to release the source code and add cookie variables by the end of the week.
REGEX BLOCKS?!?!?!?!?!?!? YESYESYESYESYESYESYES

thisandagain pls explain
djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

brh-8216 wrote:

Incredible! Never seen anything like this, although I guess you could make the assumption I'm quite new. If I were to throw in a feature request, the only thing I can really think of is blocks to set and change the size of lists. Something like
 change [ v] of [ v] by () 
with parameters like x and y (maybe color? :p) in the first dropdown and the list of lists in the second; for changing, maybe
 set size of [ v] to width: () height: () 
? (both of these in the lists category and colored maroon to indicate their purpose of course).
Good idea! I'll add something like that.

!
djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

For regexes I'm thinking something like
(replace (regex [^yolo .*$] global? ☑ case sensitive? ☑ :: operators) in [yolo 4 life] with [cows] :: operators) // I figured out how to make checkbox arguments
What do y'all think? Personally global and case insensitive are the only two flags I ever use. The replace block would normally accept strings and replace globally. There would also be
<[put yo regex here] matches [string]? :: operators>
but I'd need some way to show that it only accepts regexes. Any suggestions?

Also, I need a logo and default sprite.

Also, I'm thinking of changing the file format from JSON to YAML to make saving all the new data types I'm going to add easier. Currently projects with variables set to Panther-type colors can't be saved.

Last edited by djdolphin (Nov. 3, 2014 23:27:34)


!
djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

Updated with string and regex stuff!

!
Dmith
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

djdolphin wrote:

Updated with string and regex stuff!
Your 17000th post!! Oh, updates! Tnx
Sandro318
Scratcher
100+ posts

Jackalope, Scratch 2.0 Mod

Wow good work, this is the best Scratch 2.0 mod I've seen so far!

Nice news: GP has been released as a public beta.
What is GP??? GP is a free, general-purpose blocks programming language (similar to MIT's Scratch) that is powerful yet easy to learn. It runs on most platforms, including laptops, Chromebooks, tablets, and web browsers.

Try out the new beta version of GP now!
https://gpblocks.org
djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

Sandro318 wrote:

Wow good work, this is the best Scratch 2.0 mod I've seen so far!
Thanks!

Edit: I've updated it fixing a terrible bug with the regex blocks.

Last edited by djdolphin (Nov. 4, 2014 22:06:25)


!
Icey29
Scratcher
500+ posts

Jackalope, Scratch 2.0 Mod

Woah- looks awesome! I especially love the color blocks!
djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

My plan for cookie variables - assign each new project a UUID and store data in a shared object with the UUID as the key. This will work, right? Probably?

!
djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

Colors and regexes now save properly. Yay!

!
zuz22
Scratcher
17 posts

Jackalope, Scratch 2.0 Mod

I have a suggestion.
make [Sprite v] do :: cstart
forever
------
end
end
could turn into…
make [Sprite v] do forever :: cstart
------
end


Last edited by zuz22 (Nov. 7, 2014 01:25:23)

djdolphin
Scratcher
1000+ posts

Jackalope, Scratch 2.0 Mod

zuz22 wrote:

I have a suggestion.
make [Sprite v] do
forever
------
end
end
could turn into…
make [Sprite v] do forever
------
end

Oh, also how do I do custom C-blocks in “Scratchblocks” Forum Format?


Eh, the workaround for that block would be too easy. And it's
moo :: cstart
end
moo :: cstart
end

!

Powered by DjangoBB