Discuss Scratch

Pickleodeon
Scratcher
53 posts

Scratch + Google

OH GOD NO
Lolmander_TV
Scratcher
1 post

Scratch + Google

you wont sell scratch to google will you D:
gdpr533f604550b2f20900645890
Scratcher
1000+ posts

Scratch + Google

Lolmander_TV wrote:

you wont sell scratch to google will you D:
No, the Scratch Team is still in control of Scratch. Please view Thisandagain's post.
jseeli
Scratcher
100+ posts

Scratch + Google

Wow! Waiting for Scratch 3.0!!!
Techno-CAT
Scratcher
1000+ posts

Scratch + Google

ToxicCaves64 wrote:

Also, that's the only screenshot we have of Scratch 3.0, so we don't know what the desktop version looks like yet.
It better look like it does now, or else I'll get confused
pianogirl84
Scratcher
1000+ posts

Scratch + Google

Oh, now this seems a lot better after thisandagain's post that I'm too lazy to go quote.
Will there be beta testers too?
cutey2minions
Scratcher
4 posts

Scratch + Google

I have nooo! Idea?
cutey2minions
Scratcher
4 posts

Scratch + Google

Can I do scratch on my iPad?
ExtracterGames
Scratcher
12 posts

Scratch + Google

Scratch 3.0? I may like it!
when green flag clicked
say [Scratch 3.0 will come soon!] for (2) secs
WooHooBoy
Scratcher
1000+ posts

Scratch + Google

pianogirl84 wrote:

Oh, now this seems a lot better after thisandagain's post that I'm too lazy to go quote.
Will there be beta testers too?
You can build the source for scratch-blocks
agarraga
Scratcher
500+ posts

Scratch + Google

What it looks like?
JoshyRobot
Scratcher
25 posts

Scratch + Google

When I look at the snapshot, my main concern is Scratch Extensions! Without blocks represented as text, will extensions be more than one file? One big zip of the javascript and images? Seems like a major burden! Also, with the images, I think this may reduce understandability for inexperienced users, whereas the text based blocks are self explanatory!
Example of a program to say the numbers 1 to 5:
when green flag clicked
set [i v] to [1]
repeat (5)
say (i)
change [i v] by (1)
end
flag i=1 {s(i) i+=1}repeat(5)

Which is easier to understand? (Note: Bottom expression is my interpretation of how this would be done, please correct me if I'm wrong!)
Jonathan50
Scratcher
1000+ posts

Scratch + Google

JoshyRobot wrote:

Also, with the images, I think this may reduce understandability for inexperienced users, whereas the text based blocks are self explanatory!
There will be both horizontal blocks with images and vertical blocks with text.
gdpr533f604550b2f20900645890
Scratcher
1000+ posts

Scratch + Google

JoshyRobot wrote:

Example of a program to say the numbers 1 to 5:
when green flag clicked
set [i v] to [1]
repeat (5)
say (i)
change [i v] by (1)
end
flag i=1 {s(i) i+=1}repeat(5)

Which is easier to understand? (Note: Bottom expression is my interpretation of how this would be done, please correct me if I'm wrong!)
In C-style loops, the name of the loop usually comes first in the grammar. Do-while is an exception.

JavaScript:
for(var i = 1; i <= 5; i++) console.log(i);
boogieboogie32
Scratcher
99 posts

Scratch + Google

cool good luck
EeveeLegends
Scratcher
1000+ posts

Scratch + Google

Yay!! Scratch 3.0 Can't wait! Get on the hype train everyone!
NickyNouse
Scratcher
1000+ posts

Scratch + Google

Chibi-Matoran wrote:

JoshyRobot wrote:

Example of a program to say the numbers 1 to 5:
when green flag clicked
set [i v] to [1]
repeat (5)
say (i)
change [i v] by (1)
end
flag i=1 {s(i) i+=1}repeat(5)

Which is easier to understand? (Note: Bottom expression is my interpretation of how this would be done, please correct me if I'm wrong!)
In C-style loops, the name of the loop usually comes first in the grammar. Do-while is an exception.

JavaScript:
for(var i = 1; i <= 5; i++) console.log(i);
In the 3.0 demo, the repeat icon and count are to the right of the c-input. I think Joshy's interpretation is spot-on
braxbroscratcher
Scratcher
1000+ posts

Scratch + Google

One question; Does this mean a Chrome App for the Offline Editor? Cuz if so, that would be AWESOME.
miniepicness
Scratcher
1000+ posts

Scratch + Google

Will they shut down the website? Will I lose all my stuff? Ahhh!
NickyNouse
Scratcher
1000+ posts

Scratch + Google

miniepicness wrote:

Will they shut down the website? Will I lose all my stuff? Ahhh!
No and no. Thisandagain says they're working hard to make the new player play old projects correctly

Powered by DjangoBB