Discuss Scratch
- The-Animation-Pro
-
Scratcher
100+ posts
New hat/startup/event Block
when (my variable) is set to []::events hat
when (color effect v) is greater than []::looks hat
when (my variable) is set to []::events hatCould these be of any use?
when (color effect v) is greater than []::looks hat
Last edited by The-Animation-Pro (Nov. 19, 2025 13:33:52)
- FreshTheCat
-
Scratcher
500+ posts
New hat/startup/event Block
Why are you just making more hard-coded versions of the suggested ‘when’ block?when (my variable) is set to []::events hat
when (color effect v) is greater than []::looks hatwhen (my variable) is set to []::events hatCould these be of any use?
when (color effect v) is greater than []::looks hat
when ((my variable ::variables) = () :: operators boolean) ::events cat
when ((my variable ::variables) = () :: operators boolean) ::events cat
(colour effect v) ::looks reporter
(colour effect v) ::looks reporter
- CodeComet6161
-
Scratcher
1000+ posts
New hat/startup/event Block
Semi-support. This is useful for many things, but would leave no use for the following:
when green flag clickedAnd replace them with:
when [ v] key pressed
when this sprite clicked
when backdrop switches to [ v]
when [ v] > (10)
@greenFlag clicked?::sensing boolean
<key [ v] pressed?>
sprite clicked?::sensing boolean
<(backdrop [number v]) = []>
<(loudness) > []>
<(timer) > []>
- The-Animation-Pro
-
Scratcher
100+ posts
New hat/startup/event Block
Semi-support. This is useful for many things, but would leave no use for the following:Well, I kinda think there should just be an events expansion extension.when green flag clickedAnd replace them with:
when [ v] key pressed
when this sprite clicked
when backdrop switches to [ v]
when [ v] > (10)@greenFlag clicked?::sensing boolean
<key [ v] pressed?>
sprite clicked?::sensing boolean
<(backdrop [number v]) = []>
<(loudness) > []>
<(timer) > []>
when <>::events expansion hat
@greenFlag clicked?::events boolean
is (timer v) greater than ()?::events boolean
message (message1 v) received?::events boolean
message (message1 v) sent?::events boolean
Last edited by The-Animation-Pro (Dec. 14, 2025 00:22:11)
- The-Animation-Pro
-
Scratcher
100+ posts
New hat/startup/event Block
(color effect v) ::looks reporter
(color effect v) ::looks reporter
(sound name v) ::sound reporter
(sound name v)::sound reporter
Last edited by The-Animation-Pro (Dec. 14, 2025 15:53:30)