Computer Applications
The location of the sprite on the stage can be controlled via
- the paint editor
- control block
- the "x" and "y" coordinates
- looks block
Scratch
1 Like
Answer
the "x" and "y" coordinates
Reason — The location of the sprite on the stage can be controlled via the "x" and "y" coordinates.
Answered By
2 Likes
Related Questions
Name the block to keep repeating a set of action endlessly
- repeat block
- if block
- forever block
- repeat until block
Name the block used to perform an action or a set of actions only if some condition is true or another action has happened first
- repeat
- if
- check
- wait
Match the following statements
(i) Group of commands that together make a sprite behave in a certain way (a) Motion Blocks (ii) Blocks used for drawing on the stage. (b) Stage (iii) Background on which animations and other actions take place. (c) Script (iv) Category of blocks that mostly begin the working of script. (d) Hat blocks (v) Category of blocks that let you specify the direction for sprite. (e) Pen blocks The following block is an example of a(n) …………….. .
- Operator
- Loop
- Algorithm
- Variable