Rajesh wants to turn the Sprite 25 degree clock wise and move 50 steps ahead , which two programming block can be used? Please give me correct answer
Answers
Given :
Angle turn = 25 degree clockwise
Steps = 50 ahead
To find :
Programming used.
Solution :
It is given that, Rajesh want to turn the sprite.
The Turn () Degrees block has two types:
1.Motion Block
In eight categories of Scratch blocks,motion block is one of them. They are used to control a sprite's movement and are color-coded dark-blue,
There are thirteen Stack blocks now and in this category three Reporter blocks are present.
2. Stack Block
A Stack block is a rectangular block in shape to fit above and below other blocks. These blocks make up the majority of the blocks available.
These blocks are fitted with a puzzle-piece like shape; the bottom has a bump and top has a notch . Due to this shape, scripts can stretch on and on .
They placed in the following areas because of its shape :
- Before/after other Stack blocks
- Before Cap blocks
- After Hat blocks
- Inside C blocks
Its sprite is turned by block with the specific amount of degrees clockwise or counter-clockwise (depending on which block is used) - this changes the direction the sprite is facing. This block is useful for physic simulations, top-down scrollers, space games, animations - anything that contains rotation.
360 degrees is used by the block in a circle.
In this case,
The sprite will turn 25 degrees clock wise .
Answer:
Motion and Control block