Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to better format your topic!
- medians
-
Scratcher
1000+ posts
How to better format your topic!
Block scratch should add: An If then repeat block.Well, how would that be different from the repeat until block?
Also, go to the Suggestions forum for that.
- Dinosaurguy77
-
Scratcher
500+ posts
How to better format your topic!
Block scratch should add: An If then repeat block.Well, how would that be different from the repeat until block?
Also, go to the Suggestions forum for that.
It would only do it if something. plus we won't waste blocks.
- Shadowhether
-
Scratcher
5 posts
How to better format your topic!
when green flag clicked
no context
Last edited by Shadowhether (May 15, 2023 20:44:56)
- kittyqueen5566
-
Scratcher
100+ posts
How to better format your topic!
That is super helpful. Thanks!everyone is posting memes at this point
- medians
-
Scratcher
1000+ posts
How to better format your topic!
The repeat until block does that then, unless I’m misunderstanding what you’re saying.Block scratch should add: An If then repeat block.Well, how would that be different from the repeat until block?
Also, go to the Suggestions forum for that.
It would only do it if something. plus we won't waste blocks.
- Dinosaurguy77
-
Scratcher
500+ posts
How to better format your topic!
Well I guess what I mean is that if let's say HP=2 then repeat until not HP=2.The repeat until block does that then, unless I’m misunderstanding what you’re saying.Block scratch should add: An If then repeat block.Well, how would that be different from the repeat until block?
Also, go to the Suggestions forum for that.
It would only do it if something. plus we won't waste blocks.
if <(HP) = [2]> then repeat until <not <(HP) = [2]>>
move (3) steps
end
Last edited by Dinosaurguy77 (May 16, 2023 09:48:14)
- _quantumbreaker_
-
Scratcher
21 posts
How to better format your topic!
So something like this?
when I receive [ v]
delete ((item (10) of [list variables] :: list) variable) of [list 1]
- medians
-
Scratcher
1000+ posts
How to better format your topic!
Well I guess what I mean is that if let's say HP=2 then repeat until not HP=2.So just repeat until not HP = 2, since it translates to:if <(HP) = [2]> then repeat until <not <(HP) = [2]>>
move (3) steps
end
if <(HP) = [2]> thenHowever, it functions exactly the same as if the repeat until wasn't in any if statement because repeat until <not (HP) = [2]> wouldn't run at all if the HP wasn't 2 beforehand.
repeat until <not <(HP) = [2]>>
move (3) steps
end
end
Last edited by medians (May 27, 2023 04:24:11)
- minecraftsteve0115
-
Scratcher
100+ posts
How to better format your topic!
guys im curious. How do i change the color of my text?

- Dinosaurguy77
-
Scratcher
500+ posts
How to better format your topic!
Well I guess what I mean is that if let's say HP=2 then repeat until not HP=2.So just repeat until not HP = 2, since it translates to:if <(HP) = [2]> then repeat until <not <(HP) = [2]>>
move (3) steps
endif <(HP) = [2]> thenHowever, it functions exactly the same as if the repeat until wasn't in any if statement because repeat until <not (HP) = [2]> wouldn't run at all if the HP wasn't 2 beforehand.
repeat until <not <(HP) = [2]>>
move (3) steps
end
end
i would save time
I mean it would save time
Last edited by Dinosaurguy77 (June 8, 2023 09:33:25)
- medians
-
Scratcher
1000+ posts
How to better format your topic!
i would save timeIf this was implemented though, would there be blocks like this?
I mean it would save time
if <> move () steps ::motionJust because it would save time?
- Dinosaurguy77
-
Scratcher
500+ posts
How to better format your topic!
i would save timeIf this was implemented though, would there be blocks like this?
I mean it would save timeif <> move () steps ::motionJust because it would save time?
I guess. think of it as a way to save space
- Dinosaurguy77
-
Scratcher
500+ posts
How to better format your topic!
i would save timeIf this was implemented though, would there be blocks like this?
I mean it would save timeif <> move () steps ::motionJust because it would save time?
also thus:
if <> then play sound [Mario Jump]
Last edited by Dinosaurguy77 (June 9, 2023 20:54:13)
- supa-panda
-
Scratcher
100+ posts
How to better format your topic!
This is so helpful although I do whish that more people would actually read this before posting.
- Discussion Forums
- » Help with Scripts
-
» How to better format your topic!


