Discuss Scratch

tmrgkef
Scratcher
3 posts

Updates! 24 October 2013: Optimizations, new server

C-3P0
minseo0815
Scratcher
1 post

Updates! 24 October 2013: Optimizations, new server

wait… how do u update it??????
thegamemaker1
Scratcher
3 posts

Updates! 24 October 2013: Optimizations, new server

when i was watching one of -skystar-'s video called lucky lies the beggining was slow
ianbabb
Scratcher
9 posts

Updates! 24 October 2013: Optimizations, new server

how do you up date
guru123
Scratcher
9 posts

Updates! 24 October 2013: Optimizations, new server

Good idea getting a new server online for ongoing traffic

Last edited by guru123 (Nov. 3, 2013 17:22:19)

MrFlash67
Scratcher
500+ posts

Updates! 24 October 2013: Optimizations, new server

I remember when you got your last(?) server.

All the way back in 2012(?). Definitely in 1.4!

like tears in chocolate rain
(2012 - 2022 - 20XX)
wolvzen1
Scratcher
16 posts

Updates! 24 October 2013: Optimizations, new server

Can you guys make it so i can see the scratch team and comment on other comments
kenny13579
Scratcher
14 posts

Updates! 24 October 2013: Optimizations, new server

isn't scratch 2.01 or 2.02 comming soon?
ErnieParke
Scratcher
1000+ posts

Updates! 24 October 2013: Optimizations, new server

kenny13579 wrote:

isn't scratch 2.01 or 2.02 comming soon?
I doubt that; 2.1 is probably the next step.

wolvzen1 wrote:

Can you guys make it so i can see the scratch team and comment on other comments
If you want to see the Scratch Team, then here's a list: Scratch Team (Wiki)

As for comments, you already can. Just click the “Reply” button. ;)

Saying,

ErnieParke

JONATHAN1320
Scratcher
100+ posts

Updates! 24 October 2013: Optimizations, new server

nathanprocks wrote:

19f8361 wrote:

meowflash wrote:

If cloud lists come out, I'll give Lightnin a pretzel. What is the planned date of the arrival of cloud lists?
about 2010s-2030s
Nope, it's been delayed to 2050. (Just joking )

Maybe in 2090? Cloud lists were removed since alpha, in alpha, cloud lists were born, but due to people puts bad words in their projects, it's completely deleted. Cloud variables survived, looks like it's magical, I don't know how to make high-scores out of them, it's complex. But lucky news, updates!

JONATHAN1320's signature wrote:

Select me and then push Control + Shift + Down.

when @greenFlag clicked // Don't smash it, though.
possibly forever {
repeat until <(eureka :: sensing) = [true]>
think up [an idea v] :: sensing
end
make [a project v] with (thoughts :: sensing) :: events
} @loopArrow :: control cap

Hi there!
wolvzen1
Scratcher
16 posts

Updates! 24 October 2013: Optimizations, new server

Vdfccrtfvh test
ianbabb
Scratcher
9 posts

Updates! 24 October 2013: Optimizations, new server

how do get the red blocks
ianbabb
Scratcher
9 posts

Updates! 24 October 2013: Optimizations, new server

JONATHAN1320 wrote:

nathanprocks wrote:

19f8361 wrote:

meowflash wrote:

If cloud lists come out, I'll give Lightnin a pretzel. What is the planned date of the arrival of cloud lists?
about 2010s-2030s
Nope, it's been delayed to 2050. (Just joking )

Maybe in 2090? Cloud lists were removed since alpha, in alpha, cloud lists were born, but due to people puts bad words in their projects, it's completely deleted. Cloud variables survived, looks like it's magical, I don't know how to make high-scores out of them, it's complex. But lucky news, updates!
how do i get red blocks
ErnieParke
Scratcher
1000+ posts

Updates! 24 October 2013: Optimizations, new server

ianbabb wrote:

JONATHAN1320 wrote:

nathanprocks wrote:

19f8361 wrote:

meowflash wrote:

If cloud lists come out, I'll give Lightnin a pretzel. What is the planned date of the arrival of cloud lists?
about 2010s-2030s
Nope, it's been delayed to 2050. (Just joking )

Maybe in 2090? Cloud lists were removed since alpha, in alpha, cloud lists were born, but due to people puts bad words in their projects, it's completely deleted. Cloud variables survived, looks like it's magical, I don't know how to make high-scores out of them, it's complex. But lucky news, updates!
how do i get red blocks
You use the [scratchblocks] tags and put text in between them, but block spam is discouraged.

Answering,

ErnieParke

ianbabb
Scratcher
9 posts

Updates! 24 October 2013: Optimizations, new server

ErnieParke wrote:

ianbabb wrote:

JONATHAN1320 wrote:

nathanprocks wrote:

19f8361 wrote:

meowflash wrote:

If cloud lists come out, I'll give Lightnin a pretzel. What is the planned date of the arrival of cloud lists?
about 2010s-2030s
Nope, it's been delayed to 2050. (Just joking )

Maybe in 2090? Cloud lists were removed since alpha, in alpha, cloud lists were born, but due to people puts bad words in their projects, it's completely deleted. Cloud variables survived, looks like it's magical, I don't know how to make high-scores out of them, it's complex. But lucky news, updates!
how do i get red blocks
You use the [scratchblocks] tags and put text in between them, but block spam is discouraged.

Answering,

ErnieParke
were are thy what do thy do and how do you use them
wolvzen1
Scratcher
16 posts

Updates! 24 October 2013: Optimizations, new server

_meow_
ErnieParke
Scratcher
1000+ posts

Updates! 24 October 2013: Optimizations, new server

ianbabb wrote:

ErnieParke wrote:

ianbabb wrote:

JONATHAN1320 wrote:

Maybe in 2090? Cloud lists were removed since alpha, in alpha, cloud lists were born, but due to people puts bad words in their projects, it's completely deleted. Cloud variables survived, looks like it's magical, I don't know how to make high-scores out of them, it's complex. But lucky news, updates!
how do i get red blocks
You use the [scratchblocks] tags and put text in between them, but block spam is discouraged.

Answering,

ErnieParke
were are thy what do thy do and how do you use them
Well, let me show you. To add blocks to your posts, you start with:

[scratchblocks]
[/scratchblocks]

Then you add the scripts that you want:

[scratchblocks]
when gf clicked
forever
if (mouse down?) then
say [This is some code!]
end
[/scratchblocks]

Which becomes:

when gf clicked
forever
if (mouse down?) then
say [This is some code!]
end

Here, let me show you another example:

[scratchblocks]
when gf clicked//This is a comment.
forever
if <<(1) = (1)> and <(lives) > (0)>> then
ask [What is the secret ingredient to scratchblocks?] and wait
end
change [lives v] by (-1)
[/scratchblocks]

Which becomes:

when gf clicked//This is a comment.
forever
if <<(1) = (1)> and <(lives) > (0)>> then
ask [What is the secret ingredient to scratchblocks?] and wait
end
change [lives v] by (-1)

If you're wondering what the end's do, it simply tells where an if should stop.

Do you understand everything?

Asking,

ErnieParke

Last edited by ErnieParke (Nov. 5, 2013 00:04:00)


blob8108
Scratcher
1000+ posts

Updates! 24 October 2013: Optimizations, new server

ErnieParke wrote:

ask [What is the secret ingredient to scratchblocks?] and wait
Do you want to know the secret ingredient to scratchblocks?

Last edited by blob8108 (Nov. 5, 2013 17:30:09)


tosh · slowly becoming a grown-up adult and very confused about it
ianbabb
Scratcher
9 posts

Updates! 24 October 2013: Optimizations, new server

blob8108 wrote:

ErnieParke wrote:

ask [What is the secret ingredient to scratchblocks?] and wait
Do you want to know the secret ingredient to scratchblocks?
yes
Phildude
Scratcher
100+ posts

Updates! 24 October 2013: Optimizations, new server

When is the New Download version of scratch coming out. I have 1.4.

I am now on @-PRO-

Powered by DjangoBB