Computer Science, asked by ankit0020, 11 months ago

what is the basic difference between turn block and point in direction block​

Answers

Answered by akifjameel180
8

Answer:

Blocks are puzzle-piece shapes that are used to create code in Scratch. The blocks connect to each other vertically like a jigsaw puzzle, where each data type (hat, stack, reporter, boolean, or cap) has its own shape and a specially shaped slot for it to be inserted into, which prevents syntax errors.

Answered by rk9506863
3

Difference between Point in direction Block  and turn Block is described as follows:

Explanation:

Point in Direction() (Block) :

is also known as motion block or stack block. The blocks points the sprite in a specified direction and moves with in 360 degree angle.

Example pointing the cars  towards their destination.

Turn Degrees Block

called motion or stack block.

These block turn the sprite in specified amount of degrees , it can be either clock wise or anti-clock wise ( this depends which block is being used). It can change the direction where the sprite is facing towards.

Example

Animation , simple rotation and vehicles that need to turn

Similar questions