Closed Mrcomputer1 closed 8 years ago
Hmm, can we get @NoMod-Programming here?
@NoMod-Programming @SharpScratchMod/developers
This would be the culprit: https://github.com/SharpScratchMod/Sharp/blob/master/src/blocks/Block.as#L579 Simply replace procedureType ? procedureType : type
with type
. I don't know why I wrote that line like I did, but that should fix it.
Ah, okay Thanks :)
Has this been tested?
@algmwc5 Yes
Okay
Thanks @NoMod-Programming
The only problem with it is that custom reporter's outline of the block stops being an outline when moved to another sprite/to the stage. This does not seem to happen to normal custom blocks and booleans.
I will create an issue for it (#20) but since it is very minor and doesn't affect the custom reporter it doesn't need to be fixed.
When you move a reporter or boolean to another sprite the define hat will change from a hat to a reporter or boolean. It will still report but you can't attach any new blocks. If you disconnect any blocks you can't reattach them.
Note: The report block doesn't affect the glitch.