Discuss Scratch

miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

MathlyCat wrote:

DownsGameClub wrote:

I think part of it was to help kids understand the concept of the while segment before letting them actually move onto the actual segment. While the block isn't exactly there, its understood that it's supposed to work as if the block was there.
what?

That doesn't make sense ._.
yeah I thought that too but thought it was just that I didnt know something.
Glad to know that I didnt miss something
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

bump
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

bump plz
SuperHal989
Scratcher
88 posts

Put the while block in the block palette

Support!

(Hopefully the other unused loop block (every 1 in I) makes it as well!)
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

SuperHal989 wrote:

Support!

(Hopefully the other unused loop block (every 1 in I) makes it as well!)
its “For each (variable) in 10” not every
MathlyCat
Scratcher
1000+ posts

Put the while block in the block palette

miniepicness wrote:

SuperHal989 wrote:

Support!

(Hopefully the other unused loop block (every 1 in I) makes it as well!)
its “For each (variable) in 10” not every
For loops were very confusing to most Scratchers due to confusing wording
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

bump
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

um bump? Really really big bump.
Month-long bump
literally exactly a month long.
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

Sorry if this doesnt count as a day difference, but it has been almost 12 hours (all day)
bump

Last edited by miniepicness (March 27, 2017 20:15:19)

duckboycool
Scratcher
1000+ posts

Put the while block in the block palette

miniepicness wrote:

Sorry if this doesnt count as a day difference, but it has been almost 12 hours (all day)
bump
It's based off of 24 hours, and that it isn't still on the first page.
SuperHal989
Scratcher
88 posts

Put the while block in the block palette

Support, use while loop a lot for convenience, would love to be able to drag it out of the palette
billcipher618
Scratcher
22 posts

Put the while block in the block palette

It's an easy workaround.
repeat until <not<>>
end

Last edited by billcipher618 (March 28, 2017 00:09:13)

miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

billcipher618 wrote:

It's an easy workaround.
repeat until <not<>>
end
Read the first post.
EPICPROJECTMAN192
Scratcher
31 posts

Put the while block in the block palette

hello, i have a link to a project with the while block and some other ones! click the link in my signature and press see inside!
duckboycool
Scratcher
1000+ posts

Put the while block in the block palette

EPICPROJECTMAN192 wrote:

hello, i have a link to a project with the while block and some other ones! click the link in my signature and press see inside!
The person who made this already has a post with a link to a topic. (That actually works)
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

EPICPROJECTMAN192 wrote:

hello, i have a link to a project with the while block and some other ones! click the link in my signature and press see inside!
please do not advertise your projects here.I already have al ink to a project with “While”
Sukhov_VB
Teacher
7 posts

Put the while block in the block palette

I also think that While loop deserve to be added. For young programmers it's not so simple to understand that Repeat Untill NOT <condition> is the same as While <condition>. Besides the second option is more complicated: we have to use one extra block.
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

Sukhov_VB wrote:

I also think that While loop deserve to be added. For young programmers it's not so simple to understand that Repeat Untill NOT <condition> is the same as While <condition>. Besides the second option is more complicated: we have to use one extra block.
I was just thinking since the block is already coded in and working why cant they use it?
Charles12310
Scratcher
1000+ posts

Put the while block in the block palette

Support. Workaround:

repeat until <not <...>
...
end

// OR:

if <not <...>> then
forever
...
end
end
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

Charles12310 wrote:

Support. Workaround:

repeat until <not <...>
...
end

// OR:

if <not <...>> then
forever
...
end
end
Why are you supporting AND putting a workaround?

Powered by DjangoBB