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
miniepicness
Scratcher
1000+ posts

Put the while block in the block palette

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!)

SuperHAL989 Prime has awoken!

if <Awoken> then

set [Your health v] to [ 0]
end


Username was destroyed by SuperHAL989 prime
\


he despawned. D:
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

Think before you act.
Actions speek louder than words.

hi there fella
miniepicness
Scratcher
1000+ posts
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.

I used to be active on the forums, but I have mostly moved past Scratch. I still do check my Scratch messages, so if you'd like to talk to me, just leave a comment on my profile. My main project on Scratch was Cookie Clicker, but my newest project is Snake Snake, a game based off of Snake, but with two snakes, and you can play either singleplayer or multiplayer.

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

SuperHAL989 Prime has awoken!

if <Awoken> then

set [Your health v] to [ 0]
end


Username was destroyed by SuperHAL989 prime
\


he despawned. D:
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)


#BringBackTheSemicolons



;
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!


when green flag clicked
if <[you are following me] = [false]> then
think [hmm... mabye i should follow him]
go to [my account v]
add [you] to [list my followers v]
end
THIS IS SCRATCH FLASH! QUICK! BECOME A BETA TESTER TO BE ADDED TO THE FUTURE ADMIN CONSOLE! ONLY 5 LUCKY PEOPLE WILL GET IT! THE FIRST 5 PEOPLE TO COMMENT THAT THEY PLAYED WILL WIN!
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)

I used to be active on the forums, but I have mostly moved past Scratch. I still do check my Scratch messages, so if you'd like to talk to me, just leave a comment on my profile. My main project on Scratch was Cookie Clicker, but my newest project is Snake Snake, a game based off of Snake, but with two snakes, and you can play either singleplayer or multiplayer.

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
Scratcher
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


A few internet communication companies want to corrupt the internet by getting rid of net neutrality. Stop Them!
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