Discuss Scratch
- Discussion Forums
- » Suggestions
- » stop [scripts in all other sprites v] Block
- natdilt
-
100+ posts
stop [scripts in all other sprites v] Block
I think this would be a good block, if you had like fifty sprites, you wouldn't want to broadcast something and then in every single sprite say:
That would be a whole lot of effort just to do that, so I hope this gets submitted
when green flag clicked
stop [all other scripts in sprite v]
That would be a whole lot of effort just to do that, so I hope this gets submitted
- wendiner
-
100+ posts
stop [scripts in all other sprites v] Block
> if you had like fifty sprites, you wouldn't want to broadcast something and then in every single sprite say:
I mean, you'd have to use 50 blocks anyway, right?
- natdilt
-
100+ posts
stop [scripts in all other sprites v] Block
101. 50 for receiving broadcast, 50 for stop all other scripts in sprite, and 1 to broadcast.> if you had like fifty sprites, you wouldn't want to broadcast something and then in every single sprite say:
I mean, you'd have to use 50 blocks anyway, right?
- -Valtren-
-
1000+ posts
stop [scripts in all other sprites v] Block
is there something I'm missing here?


- musicROCKS013
-
1000+ posts
stop [scripts in all other sprites v] Block
I think that they worded it wrong. What they mean is “stop all scripts in other sprites” is there something I'm missing here?
-snip-
- musicROCKS013
-
1000+ posts
stop [scripts in all other sprites v] Block
dupe?No. All other scripts in the sprite running this code will still run. but then wouldn't that make it a
- natdilt
-
100+ posts
stop [scripts in all other sprites v] Block
dupe?No. All other scripts in the sprite running this code will still run. but then wouldn't that make it a
You've got it. It's almost a dupe, but not quite. The rest of the scripts in the sprite still work but all of the others are stopped.
- natdilt
-
100+ posts
stop [scripts in all other sprites v] Block
This wouldn't be a cap block btw. And if you want the the one in the forum as mentioned in:
, then you could just add:
but then wouldn't that make it a dupe?I think that they worded it wrong. What they mean is “stop all scripts in other sprites” is there something I'm missing here?
-snip-
, then you could just add:
stop [all other scripts in sprite v]
- SciPiDilts
-
100+ posts
stop [scripts in all other sprites v] Block
tell [all other sprites v] to {
stop [all other scripts in sprite v]
} :: control
Wouldn't this be more useful?
- natdilt
-
100+ posts
stop [scripts in all other sprites v] Block
tell [all other sprites v] to {
stop [all other scripts in sprite v]
} :: control
Wouldn't this be more useful?
Idk I honestly think that that was talked about already…
I still think they could interpret it into the
stop [all v], an existing block, which might be less work
- Discussion Forums
- » Suggestions
-
» stop [scripts in all other sprites v] Block