TABLE OF CONTENTS
- 7.1.1. A number.
- 7.1.2. Sum of two digits.
- 7.1.3. Return a random integer between the two specific limits,inclusive.
- 7.2.1. A string.
- 7.3.1. A color.
- 7.3.2. Choose a color at random.
- 7.4.1. A sprite.
- 7.5.1. A sound.
7.1.1. A number.
Takes input as a number.
Example 7.1.1.
7.1.2. Sum of two digits.
This blocks help in arithmetic operations between two numbers.
Example 7.1.2.
7.1.3. Return a random integer between the two specific limits,inclusive.
Return a random integer between the two specific limits,inclusive.
Example 7.1.3.
7.2.1. A string.
Takes input as a string.
Example 7.2.1.
7.3.1. A color.
Takes input as a color.
Example 7.3.1.
Before execution
After execution
7.3.2. Choose a color at random.
Returns a color at random.
Example 7.3.2.
Before executionAfter execution
7.4.1. A sprite.
Takes input as a sprite.
Example 7.4.1.
7.5.1. A sound.
Takes input as a sound.
Example 7.5.1.