"The Design is Very Human" #1067
Replies: 4 comments 6 replies
-
If my brain wasn't mush already, it is now. Why is the code for a block that immatitates the split block in lily's toolbox so much? It utilizes custom reporters, and it's 208 blocks. I encourage you to code it shorter, please, this can't possibly be the most effecient way to do this. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
for the 1 custom block you can use a retval variable, I checked and it shouldn't cause any problems if multiple functions are using it, for the delimeter, just do (letter (1) of (delimeter)) or if you want to check for the whole delimeter I might show you later but it shouldn't be any more difficult. for the blocks, it's scratch addons / customizable block shape |
Beta Was this translation helpful? Give feedback.
-
I get what you're saying and I've tried that before, I think there is an effective enough way to approach this about other blocks affecting each other, scratch should be thread safe enough to prevent blocks from interrupting each other so that is not an issue, a single retval variable for returning blocks should work also because of that |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions