- Make a variable called “number of dots” and change its value by using an operator (multiplying it by 2 before displaying it on the screen each time). You can find Create variable” under the "Variables" category to create a new variable. Make sure your variable name is as descriptive as possible.
- Use the 'Set variable to' block to set the value of your new variable. Use the 'Multiply' block under “Operators” to double the value of your variable.
- Display the value of your variable on the screen by putting your new variable block in the 'Say' block.