Discuss Scratch
- Discussion Forums
- » Suggestions
- » Scratch Workaround Guide VII
- PaperMarioFan2022
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
(#240)The list of workarounds isn't used for rejected blocks. Try asking @Za-Chary about the cloud lists (if not already rejected).
Some of the rejected blocks should be on here, like the cloud list workaround
Last edited by PaperMarioFan2022 (Aug. 1, 2023 00:06:29)
- MythosLore
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
They're talking about workarounds FOR rejected blocks. (Cloud lists are rejected)(#240)The list of workarounds isn't used for rejected blocks. Try asking @Za-Chary about the cloud lists (if not already rejected).
Some of the rejected blocks should be on here, like the cloud list workaround
- PaperMarioFan2022
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
Oh, nvm then. Still I recommend asking @Za-Chary about it before adding them to make sure they are not rejected.They're talking about workarounds FOR rejected blocks. (Cloud lists are rejected)(#240)The list of workarounds isn't used for rejected blocks. Try asking @Za-Chary about the cloud lists (if not already rejected).
Some of the rejected blocks should be on here, like the cloud list workaround
- mitdk
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
Hi all!
-snip-
Thanks a lot!!! I'll begin working on the new topic now. Sorry about the late reply, I was on vacation and forgot my laptop at home

Last edited by mitdk (July 8, 2023 15:26:52)
- Gamer_Logan819
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
You should also add the lists route for the “if broadcast received” workaround. It works like this:
That code should be correct-ish. If not I made an older demonstration in my projects somewhere
when green flag clicked
repeat (however many broadcasts are needed)
add [0] to [broadcasts v]
end
...
replace item (whatever broadcast needed v) of [list v] with [1]
if <(letter (1) of (item ( v) of [list v] :: list)) = [1]> then
...
end
That code should be correct-ish. If not I made an older demonstration in my projects somewhere
- MSE666
-
Scratcher
26 posts
Scratch Workaround Guide VII
Ok bruh my got message 75
When on account exit and start account back AND GOT MESSAGE 75
When on account exit and start account back AND GOT MESSAGE 75
- busybuddie1234
-
Scratcher
100+ posts
Scratch Workaround Guide VII
Ok bruh my got message 75why are you posting this here
When on account exit and start account back AND GOT MESSAGE 75
- PaperMarioFan2022
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
I have a propose change to add to the title. If some scratchers go to the suggestions forum and they read the stickies, they might be confused to see “Scratch Workaround Guide VII” in the title and think of it as not only blocks, but for other problems they are having and posting here. Renaming this sticky to “Scratch Blocks Workaround Guide VII” will show scratchers that this topic isn’t the place to post other things but workarounds (unless it’s related to the topic).
- _nix
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
I have a propose change to add to the title. If some scratchers go to the suggestions forum and they read the stickies, they might be confused to see “Scratch Workaround Guide VII” in the title and think of it as not only blocks, but for other problems they are having and posting here. Renaming this sticky to “Scratch Blocks Workaround Guide VII” will show scratchers that this topic isn’t the place to post other things but workarounds (unless it’s related to the topic).This is a pretty good idea, but I haven't really noticed a problem with folk coming here and commenting either asking about or offering solutions for problems that aren't related to coding. I think “workaround” is a common enough term on the forums that people come to realize it's pretty much only about code quickly. But if it does start being an issue, then changing the title to “Scratch Blocks Workaround Guide” would probably be a good way to help clarify!
- Icefan13
-
Scratcher
100+ posts
Scratch Workaround Guide VII
<pointing towards [sprite v]?::sensing>Is a rejected suggestion, but it can be worked around quite easily:
set [dir v] to (direction)Is the simplest workaround.
point towards [sprite v]
if <(direction)=(dir)> then
set [answer v] to [true]
else
set [answer v] to [false]
end
point in direction (dir)
Another workaround could be:
set [dir v] to (direction)*range is how off from truly pointing towards the sprite you can get but still report true.
point towards [sprite v]
if <([abs v] of ((direction)-(dir)))<(range*)> then
set [answer v] to [true]
else
set [answer v] to [false]
end
point in direction (dir)
- JonatasPoliglotakids
-
Scratcher
51 posts
Scratch Workaround Guide VII
does anyone here know the closest workaround to
if on edge, bounce? i wnated to do it with the edge but also do it with other sprites too. like,
if on ( if we han an option to do that without hacking)[ sprite1 v] : [#ff6680] [stack]
- JonatasPoliglotakids
-
Scratcher
51 posts
Scratch Workaround Guide VII
oops the color thing is mispalced i frogot how to do shcratch blocks
- JonatasPoliglotakids
-
Scratcher
51 posts
Scratch Workaround Guide VII
oops the color thing is mispalced i frogot how to do shcratch blocks
- -RabbitWorld-
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
Will you be choosing a new owner as @mitdk is inactive?
- mitdk
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
Will you be choosing a new owner as @mitdk is inactive?Sorry about that, I've been in and out of vacations so i've been a slow working on the guide, but i am working on it
- -RabbitWorld-
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
Oh, so sorry! I thought you were inactive.Will you be choosing a new owner as @mitdk is inactive?Sorry about that, I've been in and out of vacations so i've been a slow working on the guide, but i am working on it
- mitdk
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
Fair enough, I would have thought the same if I were you.Oh, so sorry! I thought you were inactive.Will you be choosing a new owner as @mitdk is inactive?Sorry about that, I've been in and out of vacations so i've been a slow working on the guide, but i am working on it
- _nix
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
Haha, thanks for the update! I was suspecting, a little, but figured there was a pretty good chance you were still working on it just in the background.Fair enough, I would have thought the same if I were you.Oh, so sorry! I thought you were inactive.Will you be choosing a new owner as @mitdk is inactive?Sorry about that, I've been in and out of vacations so i've been a slow working on the guide, but i am working on it
Just let us know when it's ready with a link to the forum post. A lot of folk's schedules are kind of unpredictable during the summer – it's no worries your guide is taking a while.
- mitdk
-
Scratcher
1000+ posts
Scratch Workaround Guide VII
Yeah, thanks for understanding. Truly sorry about the delay, and I'm trying my hardest to try and get this done.Haha, thanks for the update! I was suspecting, a little, but figured there was a pretty good chance you were still working on it just in the background.Fair enough, I would have thought the same if I were you.Oh, so sorry! I thought you were inactive.Will you be choosing a new owner as @mitdk is inactive?Sorry about that, I've been in and out of vacations so i've been a slow working on the guide, but i am working on it
Just let us know when it's ready with a link to the forum post. A lot of folk's schedules are kind of unpredictable during the summer – it's no worries your guide is taking a while.