You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The broadcast block is sending "ground tick" but the receive block is looking for "Ground Tick". The original project doesn't have this issue, so it's clearly a problem with sb-edit.
The text was updated successfully, but these errors were encountered:
Apparently Scratch treats broadcasts as case-insensitive. Even if your broadcast and receive don't exactly match, it'll still work.
I'm also having a very difficult time replicating the issue in the original project. A simple remix where I replaced the "when I receive" block with an identical new one resolved the issue.
On Mon, Jul 6, 2020, 3:24 PM Josh Pullen ***@***.***> wrote:
Apparently Scratch treats broadcasts as case-insensitive. Even if your
broadcast and receive don't exactly match, it'll still work.
I'm also having a very difficult time replicating the issue in the
original project. A simple remix where I replaced the "when I receive"
block with an identical new one resolved the issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQENB3CRTFOWZ3BXQZXBTLR2IQHDANCNFSM4ORE2XQA>
.
Self-assigning to investigate, I'm not sure if this is still an issue.
towerofnix
changed the title
Leopard: Capitalization incorrectly modified in "when I receive" block
toLeopard: Capitalization incorrectly modified in "when I receive" block
Mar 10, 2023
Super weird issue, first identified in project 4 here.
Example project: https://scratch.mit.edu/projects/185854592/
The broadcast block is sending
"ground tick"
but the receive block is looking for"Ground Tick"
. The original project doesn't have this issue, so it's clearly a problem with sb-edit.The text was updated successfully, but these errors were encountered: