Computer Applications
Related Questions
Look at the section of code opposite that controls a sprite.
Write down what you think the user will see when the green flag is clicked.
Why did you think the sprite behaved this way ? (refer to above question)
Name the block to replay an action (or a set of actions) for a specific number of times
- repeat block
- if block
- forever block
- repeat until block
Name the block to keep repeating a set of action endlessly
- repeat block
- if block
- forever block
- repeat until block