I’ve been coding on unity lately, and something I’ve noticed, is that you can send information along with functions(basically broadcasting) So I went on FlipaClip, and photoshopped these 2 blocks. Basically, it’s like normal broadcasting, but it can carry variables with it, much like a myblock. Normally to accomplish this, you need a variable that changes rapidly to accommodate the information, which takes a serious toll on performance when used often, and overall, this would make life a lot easier for coders like me.
So ST, if you see this, please look into adding this or something similar to scratch in the future I’ve noticed some confusion, this doesn’t use an already created variable. It directly sends exclusive information, and the receivers turn it into a temporary variable. This stops variable inputs from getting intermingled as I have experienced.