Discuss Scratch

hotdogbananaman
Scratcher
100+ posts

a finish unless block

qrcool wrote:

zedthehedgehog wrote:

But for what in the world would you need this for?
Don't know, really would only work with variables that are constantly changing. Anything else would be pointless.
also can skip the tutorial or skip the music

minecraft creepers be like:
forever
stop [this house from existing v]
end
HTML-Fan
Scratcher
1000+ posts

a finish unless block

hotdogbananaman wrote:

HTML-Fan wrote:

zedthehedgehog wrote:

But for what in the world would you need this for?
For a tutorial, he says. But you can either check the condition when it makes sense or use a stop script thing like in #85.
It's even more useless then I thought.

NO SUPPORT! (again, shift key?)
it would also stop everything in so if you are making it say something it can stop in the middle of the sentence if they go on
What do you think is
stop [... v]
for? And maybe you should learn how to code non-blocking scripts.

Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
DarthVader4Life
Scratcher
1000+ posts

a finish unless block

As i said before:

DarthVader4Life wrote:

Skip when <> {

} :: control

I feel like this would convey what the suggested block does better than finish unless.
when a certain condition is true it skips the rest of the script. but it doesn't restart. the OP just used the
repeat until <>

end
to give a sense of what it'd look like, not what it'd do.

Be Moist Also, here's a helpful link to Ocular
I am DV4L, Erector of Text Walls, Typer of Long Posts, Creator of Mini-mod posts
The kumquats have eaten this line, so I have to have a new way to repel them.
Had a bad day or are feeling bored? Watch this to make your day better in an interesting way.
Do you think you've been banned unfairly? Then you'd be wrong. The ST aren't children, so quit acting like they are.
hotdogbananaman
Scratcher
100+ posts

a finish unless block

HTML-Fan wrote:

But the position still matters: You can replace

hotdogbananaman wrote:

finish unless <(monkeys) = [3]>> {
set [dogs v] to [7]
set [monkeys v] to [3]
set [oof v] to [2]
} :: control
ask [] and wait
with
set [dogs v] to [7]
set [monkeys v] to [3]
if <not <(monkeys) = [3]>> then
set [oof v] to [2]
end
...
that would not go on to the thing under

minecraft creepers be like:
forever
stop [this house from existing v]
end
hotdogbananaman
Scratcher
100+ posts

a finish unless block

DarthVader4Life wrote:

As i said before:

DarthVader4Life wrote:

Skip when <> {

} :: control

I feel like this would convey what the suggested block does better than finish unless.
when a certain condition is true it skips the rest of the script. but it doesn't restart. the OP just used the
repeat until <>

end
to give a sense of what it'd look like, not what it'd do.
THANK YOU

minecraft creepers be like:
forever
stop [this house from existing v]
end
HTML-Fan
Scratcher
1000+ posts

a finish unless block

It would! Just check the condition whenever it makes sense! And I'm starting to get annoyed by this topic about a block that doesn't really makes sense.
Edit: Oh, I forgot:
set [variable v] to [3]
<(variable) = [3]> // returns false
you know?

Last edited by HTML-Fan (June 29, 2020 19:11:05)


Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
zedthehedgehog
Scratcher
1000+ posts

a finish unless block

HTML-Fan wrote:

It would! Just check the condition whenever it makes sense! And I'm starting to get annoyed by this topic about a block that doesn't really makes sense.

highlight + ctrl/ + shift + down | my website: zed2345.com | cool collab: meower | vividly visual vector art shop: the vvv | notice: I've left scratch, so I won't respond







RwPrajHsX7hhePpPzgaY1G4HSyGqO9kOb0sG6F/aKB+7gTqVdb/nNGaYnwZPV0zT somerandomcharactersthatwillbepickedupbysearchengines RwPrajHsX7hhePpPzgaY1G4HSyGqO9kOb0sG6F/aKB+7gTqVdb/nNGaYnwZPV0zT somerandomcharactersthatwillbepickedupbysearchengines RwPrajHsX7hhePpPzgaY1G4HSyGqO9kOb0sG6F/aKB+7gTqVdb/nNGaYnwZPV0zT ellipsepostpianolizard ellipsepostpianolizard somerandomcharactersthatwillbepickedupbysearchengines ellipsepostpianolizard ellipsepostpianolizard ellipsepostpianolizard RwPrajHsX7hhePpPzgaY1G4HSyGqO9kOb0sG6F/aKB+7gTqVdb/nNGaYnwZPV0zT ellipsepostpianolizard ellipsepostpianolizard ellipsepostpianolizard ellipsepostpianolizard ellipsepostpianolizard somerandomcharactersthatwillbepickedupbysearchengines somerandomcharactersthatwillbepickedupbysearchengines somerandomcharactersthatwillbepickedupbysearchengines somerandomcharactersthatwillbepickedupbysearchengines
hotdogbananaman
Scratcher
100+ posts

a finish unless block

HTML-Fan wrote:

It would! Just check the condition whenever it makes sense! And I'm starting to get annoyed by this topic about a block that doesn't really makes sense.
Edit: Oh, I forgot:
set [variable v] to [3]
<(variable) = [3]> // returns false
you know?
noone understands what this does

minecraft creepers be like:
forever
stop [this house from existing v]
end
HTML-Fan
Scratcher
1000+ posts

a finish unless block

hotdogbananaman wrote:

HTML-Fan wrote:

But the position still matters: You can replace

hotdogbananaman wrote:

finish unless <(monkeys) = [3]>> {
set [dogs v] to [7]
set [monkeys v] to [3]
set [oof v] to [2]
} :: control
ask [] and wait
with
set [dogs v] to [7]
set [monkeys v] to [3]
if <not <(monkeys) = [3]>> then
set [oof v] to [2]
end
...
that would not go on to the thing under
Of course it would!
<not <(monkeys) = [3]>> //returns false, because monkeys = 3 is true

Last edited by HTML-Fan (June 29, 2020 19:14:18)


Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
hotdogbananaman
Scratcher
100+ posts

a finish unless block

zedthehedgehog wrote:

HTML-Fan wrote:

It would! Just check the condition whenever it makes sense! And I'm starting to get annoyed by this topic about a block that doesn't really makes sense.
none enderstands what this does

minecraft creepers be like:
forever
stop [this house from existing v]
end
HTML-Fan
Scratcher
1000+ posts

a finish unless block

hotdogbananaman wrote:

none enderstands what this does
Now we do! But you don't understand what our workarounds do!

Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
hotdogbananaman
Scratcher
100+ posts

a finish unless block

HTML-Fan wrote:

hotdogbananaman wrote:

none enderstands what this does
Now we do! But you don't understand what our workarounds do!
all your workarounds have flaws that make them nothing like what I am saying

minecraft creepers be like:
forever
stop [this house from existing v]
end
HTML-Fan
Scratcher
1000+ posts

a finish unless block

They do (#85), but you just can't read code, it looks like.

Last edited by HTML-Fan (June 29, 2020 19:19:53)


Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
DarthVader4Life
Scratcher
1000+ posts

a finish unless block

HTML-Fan wrote:

hotdogbananaman wrote:

none enderstands what this does
Now we do! But you don't understand what our workarounds do!
i'm going to take another look at the work around.

Be Moist Also, here's a helpful link to Ocular
I am DV4L, Erector of Text Walls, Typer of Long Posts, Creator of Mini-mod posts
The kumquats have eaten this line, so I have to have a new way to repel them.
Had a bad day or are feeling bored? Watch this to make your day better in an interesting way.
Do you think you've been banned unfairly? Then you'd be wrong. The ST aren't children, so quit acting like they are.
HTML-Fan
Scratcher
1000+ posts

a finish unless block

Sorry, meant #63.

Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
hotdogbananaman
Scratcher
100+ posts

a finish unless block

HTML-Fan wrote:

Sorry, meant #63.
because 83 is me saying not loop

minecraft creepers be like:
forever
stop [this house from existing v]
end
hotdogbananaman
Scratcher
100+ posts

a finish unless block

HTML-Fan wrote:

Sorry, meant #63.
number 63 would not work because that would have to happen for it to stop i t making there nothig to stop iin the first place and it would t go to the one under it, so you have no clue what I am saying

minecraft creepers be like:
forever
stop [this house from existing v]
end
HTML-Fan
Scratcher
1000+ posts

a finish unless block

#85 was corrected by me afterwards.

Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
zedthehedgehog
Scratcher
1000+ posts

a finish unless block

hotdogbananaman wrote:

zedthehedgehog wrote:

HTML-Fan wrote:

It would! Just check the condition whenever it makes sense! And I'm starting to get annoyed by this topic about a block that doesn't really makes sense.
none enderstands what this does
(Oh wait, I thought you were asking what that meant!)

Last edited by zedthehedgehog (June 29, 2020 19:25:37)


highlight + ctrl/ + shift + down | my website: zed2345.com | cool collab: meower | vividly visual vector art shop: the vvv | notice: I've left scratch, so I won't respond







RwPrajHsX7hhePpPzgaY1G4HSyGqO9kOb0sG6F/aKB+7gTqVdb/nNGaYnwZPV0zT somerandomcharactersthatwillbepickedupbysearchengines RwPrajHsX7hhePpPzgaY1G4HSyGqO9kOb0sG6F/aKB+7gTqVdb/nNGaYnwZPV0zT somerandomcharactersthatwillbepickedupbysearchengines RwPrajHsX7hhePpPzgaY1G4HSyGqO9kOb0sG6F/aKB+7gTqVdb/nNGaYnwZPV0zT ellipsepostpianolizard ellipsepostpianolizard somerandomcharactersthatwillbepickedupbysearchengines ellipsepostpianolizard ellipsepostpianolizard ellipsepostpianolizard RwPrajHsX7hhePpPzgaY1G4HSyGqO9kOb0sG6F/aKB+7gTqVdb/nNGaYnwZPV0zT ellipsepostpianolizard ellipsepostpianolizard ellipsepostpianolizard ellipsepostpianolizard ellipsepostpianolizard somerandomcharactersthatwillbepickedupbysearchengines somerandomcharactersthatwillbepickedupbysearchengines somerandomcharactersthatwillbepickedupbysearchengines somerandomcharactersthatwillbepickedupbysearchengines
HTML-Fan
Scratcher
1000+ posts

a finish unless block

Okay, #80 is the final workaround.

Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/

Powered by DjangoBB