Discuss Scratch
- Discussion Forums
- » Suggestions
- » Put the while block in the block palette
- miniepicness
-
1000+ posts
Put the while block in the block palette
yeah I thought that too but thought it was just that I didnt know something.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? I think part of it was to help kids understand the concept of the
That doesn't make sense ._.
Glad to know that I didnt miss something
- SuperHal989
-
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!)
(Hopefully the other unused loop block (every 1 in I) makes it as well!)
- miniepicness
-
1000+ posts
Put the while block in the block palette
its “For each (variable) in 10” not every Support!
(Hopefully the other unused loop block (every 1 in I) makes it as well!)
- MathlyCat
-
1000+ posts
Put the while block in the block palette
For loops were very confusing to most Scratchers due to confusing wordingits “For each (variable) in 10” not every Support!
(Hopefully the other unused loop block (every 1 in I) makes it as well!)
- miniepicness
-
1000+ posts
Put the while block in the block palette
um bump? Really really big bump.
Month-long bump
literally exactly a month long.
Month-long bump
literally exactly a month long.
- miniepicness
-
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
bump
Last edited by miniepicness (March 27, 2017 20:15:19)
- duckboycool
-
1000+ posts
Put the while block in the block palette
It's based off of 24 hours, and that it isn't still on the first page. Sorry if this doesnt count as a day difference, but it has been almost 12 hours (all day)
bump
- SuperHal989
-
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
-
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
-
1000+ posts
Put the while block in the block palette
Read the first post. It's an easy workaround.repeat until <not<>>
end
- EPICPROJECTMAN192
-
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
-
1000+ posts
Put the while block in the block palette
The person who made this already has a post with a link to a topic. (That actually works) 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!
- miniepicness
-
1000+ posts
Put the while block in the block palette
please do not advertise your projects here.I already have al ink to a project with “While” 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!
- Sukhov_VB
-
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
-
1000+ posts
Put the while block in the block palette
I was just thinking since the block is already coded in and working why cant they use it? 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.
- Charles12310
-
1000+ posts
Put the while block in the block palette
Support. Workaround:
repeat until <not <...>
...
end
// OR:
if <not <...>> then
forever
...
end
end
- miniepicness
-
1000+ posts
Put the while block in the block palette
Why are you supporting AND putting a workaround? Support. Workaround:repeat until <not <...>
...
end
// OR:
if <not <...>> then
forever
...
end
end
- Discussion Forums
- » Suggestions
-
» Put the while block in the block palette