Discuss Scratch

WooHooBoy
Scratcher
1000+ posts

~tosh~ public beta

liam48D wrote:

Yay, glad everybody loves this so much, I do too!

I cheated comments:




Actually doesn't look as ugly as the same thing in pure scratch

considered harmful
bobbybee
Scratcher
1000+ posts

~tosh~ public beta

liam48D wrote:

Yay, glad everybody loves this so much, I do too!

I cheated comments:





I'm… pretty sure I've seen code like that used in non-joke purposes o_O

(Specifically, LaTeX macros)

“Ooo, can I call you Señorita Bee?” ~Chibi-Matoran
scratchyone
Scratcher
100+ posts

~tosh~ public beta

blob8108 wrote:

scratchyone wrote:

Please add numbers to the grammar for color inputs.
EDIT: For me, all colors were black
Hi, please can you describe this a bit better? Can you paste a project/code example that doesn't work? Thanks.

(You can get color literals using hex, eg #007de0; does that answer your question?)
Yep. Thanks
EDIT: If “e” is a variable, could I do something like “set pen color to #e”?

Last edited by scratchyone (April 8, 2016 22:47:55)

lugga
Scratcher
500+ posts

~tosh~ public beta

Are cloud variables supported or is that not able to be done? I'm pretty sure you wouldn't be able to unless you made some really obscure cloud variable updating system and live project creation, but then you'd have to ask for a username and password…
blob8108
Scratcher
1000+ posts

~tosh~ public beta

scratchyone wrote:

EDIT: If “e” is a variable, could I do something like “set pen color to #e”?
set pen color to (e)

lugga wrote:

Are cloud variables supported
See https://github.com/nathan/phosphorus/issues/82

liam48D wrote:

Yay, glad everybody loves this so much, I do too!

tosh · slowly becoming a grown-up adult and very confused about it
scratchyone
Scratcher
100+ posts

~tosh~ public beta

https://scratch.mit.edu/projects/104703077/
Tosh is awesome!
It inspires me to make beautiful pen projects

Last edited by scratchyone (April 8, 2016 23:14:56)

gdpr533f604550b2f20900645890
Scratcher
1000+ posts

~tosh~ public beta

This is my first Tosh program!
when green flag clicked
say "Hello World!"

Suggestion: Please allow us to do “when GF clicked.” Scratchblocks lets us do this, after all.
fivesythe
New to Scratch
80 posts

~tosh~ public beta

Is my file too big, or does tosh just reject pictures of Donald Trump?

PS: I'm not a Trump supporter. I'm making an EarthBound parody with Bernie Sanders

http://imgur.com/7ZJiCfM

(Original, for context):

https://i.ytimg.com/vi/MvC-lJpnTkg/maxresdefault.jpg
MathWizz
Scratcher
100+ posts

~tosh~ public beta

comp09 wrote:

I see you're using the new scratchblocks on the guide page. They're…sooo..beautiful…
I didn't even realize they weren't images until now. Awesome!

running Chromium 42.0.2311.90 with Flash Player 15.0.0.189 on Arch Linux 3.19.5-1-ck
MathWizzJsScratch && sb.js & Amber (coming soon! maybe)
liam48D
Scratcher
1000+ posts

~tosh~ public beta

fivesythe wrote:

Is my file too big, or does tosh just reject pictures of Donald Trump?

PS: I'm not a Trump supporter. I'm making an EarthBound parody with Bernie Sanders

http://imgur.com/7ZJiCfM

(Original, for context):

https://i.ytimg.com/vi/MvC-lJpnTkg/maxresdefault.jpg
I think that might be because tosh hates jpegs.

202e-202e-202e-202e-202e UNI-CODE~~~~~
Hardmath123
Scratcher
1000+ posts

~tosh~ public beta

fivesythe wrote:

Is my file too big, or does tosh just reject pictures of Donald Trump?
Much like how Photoshop rejects pictures of dollar bills.
blob8108
Scratcher
1000+ posts

~tosh~ public beta

liam48D wrote:

tosh hates jpegs
But that was fixed!

fivesythe wrote:

does tosh just reject pictures of Donald Trump?
That would be such an awesome feature

I don't know what your problem is. Are you dragging them into the page? What browser/OS? Thanks.

Last edited by blob8108 (April 9, 2016 00:50:54)


tosh · slowly becoming a grown-up adult and very confused about it
scratchisthebest
Scratcher
1000+ posts

~tosh~ public beta

blob8108 wrote:

scratchyone wrote:

EDIT: If “e” is a variable, could I do something like “set pen color to #e”?
set pen color to (e)
I think scratchyone is referring to the RGBA thing:

set pen color to [#0c8] // <-- drop the variable into this one
set pen color to (10) // <-- not to be confused with this one

Which is tricky, because both of the following blocks look (and are therefore spelled) the same, but one is the one with the color picker. It's not a hacked block, but it sure looks (and feels) like one:

set pen color to (var)
set pen color to (var)



By the way, how do I add a “run without screen refresh” block? Basically the only thing that's keeping me from leaving the Scratch editor behind entirely. I figured it out! It's “define-atomic.” Duh

Last edited by scratchisthebest (April 9, 2016 01:07:33)


I am a Lava Expert
technoboy10
Scratcher
1000+ posts

~tosh~ public beta

scratchisthebest wrote:

Which is tricky, because both of the following blocks look (and are therefore spelled) the same
tosh actually changes the numeric ‘set pen color to’ block to ‘set pen hue to’.

trans rights are human rights
scratchisthebest
Scratcher
1000+ posts

~tosh~ public beta

Wow that actually makes a lot of sense, guess I wasn't paying attention.

Hey Scratch Team, might want to consider that for your next Scratch update!

I am a Lava Expert
technoboy10
Scratcher
1000+ posts

~tosh~ public beta

Also in regards to without screen refresh blocks, use define-atomic instead of define in your block definitions.

EDIT: ninja'd by scratchisthebest

Last edited by technoboy10 (April 9, 2016 01:11:25)


trans rights are human rights
NickyNouse
Scratcher
1000+ posts

~tosh~ public beta

  • autocomplete is incredible!
  • the color picker is awesome but color names all seem to return black (at least for set pen color). Do you support all ~150 color names that CSS does?
  • also, support for rgb() and rgba() notations would be cool
  • +1 request for inline comments
  • on the project page, the URL isn't linked. Not sure if you need an http:// in front of it or there's a domain whitelist

MathWizz wrote:

comp09 wrote:

I see you're using the new scratchblocks on the guide page. They're…sooo..beautiful…
I didn't even realize they weren't images until now. Awesome!
WAIT IS SCRATCHBLOCKS SVG NOW WHAT
THE BOOLS ARE POINTY
IS THIS ON GITHUB WHAT I CAN'T FIND IT
edit: I FOUND IT WHAT AWESOME

Last edited by NickyNouse (April 9, 2016 01:24:54)

scratchisthebest
Scratcher
1000+ posts

~tosh~ public beta

NickyNouse wrote:

  • the color picker is awesome but color names all seem to return black (at least for set pen color). Do you support all ~150 color names that CSS does?
According to the grammar it supports “red orange yellow green blue purple black white pink brown,” under c0 which I guess stands in for a color input. That doesn't seem to be functional though and I also just get a black pen



unrelated edit: http://tosh.tjvr.org/help/guide/ refers to ( ) as “brackets” but that typically means [ and ] characters right?

I've always heard them called (parenthesis), [brackets], and {braces} myself

Last edited by scratchisthebest (April 9, 2016 01:28:39)


I am a Lava Expert
bobbybee
Scratcher
1000+ posts

~tosh~ public beta

NickyNouse wrote:

  • autocomplete is incredible!
  • the color picker is awesome but color names all seem to return black (at least for set pen color). Do you support all ~150 color names that CSS does?
  • also, support for rgb() and rgba() notations would be cool
  • +1 request for inline comments
  • on the project page, the URL isn't linked. Not sure if you need an http:// in front of it or there's a domain whitelist

MathWizz wrote:

comp09 wrote:

I see you're using the new scratchblocks on the guide page. They're…sooo..beautiful…
I didn't even realize they weren't images until now. Awesome!
WAIT IS SCRATCHBLOCKS SVG NOW WHAT
THE BOOLS ARE POINTY
IS THIS ON GITHUB WHAT I CAN'T FIND IT
edit: I FOUND IT WHAT AWESOME
https://github.com/tjvr/scratchblocks/tree/svg

By the one and only blob

“Ooo, can I call you Señorita Bee?” ~Chibi-Matoran
NickyNouse
Scratcher
1000+ posts

~tosh~ public beta

scratchisthebest wrote:

unrelated edit: http://tosh.tjvr.org/help/guide/ refers to ( ) as “brackets” but that typically means [ and ] characters right?

I've always heard them called (parenthesis), [brackets], and {braces} myself
{} can also be curly-brackets
I've seen () categorized as brackets along with {}[] but not usually called brackets by themselves

Powered by DjangoBB