() * ()
Jump to navigation
Jump to search
The () * () block is an Operators and reporter block which originates from Scratch. The block multiplies the first and second input to get the result.
Workaround
By using a () / () block and making the second input less than 1 (ex. 0.25), you can "multiply" those 2 values together. You can also use:
((first num::grey) / ((1) / (second num::grey)))
This also reports 0 if either number is 0 (or both).