Operators Blocks (Part 1)
Updated: Dec 16, 2021
What operators blocks are?
These blocks allow to script math equations and string handling. These blocks are applicable for sprites and backdrops. Also, these blocks must be used with other blocks like control blocks.

How to use “() + ()” block?
This block allows to add two numbers. This block must be used with other blocks.

How to use “() – ()” block?
This block allows to takeaway a number from another. This block must be used with other blocks.

How to use “() * ()” block?
This block allows to multiply two numbers. This block must be used with other blocks.

How to use “() / ()” block?
This block allows to divide numbers. This block must be used with other blocks.

How to use “Pick random () to ()” block?
The block returns a random number ranging from the first given number to the second, including both endpoints. You can use positive numbers (example 10 to 30), negative numbers (example -20 to – 40), integers (example 5 to 15) and float (example 0.1 to 0.5)

How to use “() > ()” block?
This block allows to check the first number is greater than the second number.

How to use “() < ()” block?
This block allows to check the first number is less than the second number.

How to use “() = ()” block?
This block allows to check first number or string is equal to second number or string.

How to use “() and ()” block?
When both conditions are true the instructions under the conditions will be executed.
