Computer Science - Block-Based Programming - Sprites and motion blocks - Sprite Choreography
Program a sprite to follow specific paths. Task 1: 'Move the cat in a square path (100 steps each side) and return to start.' Solution: [repeat 4: move 100, turn 90]. Task 2: 'Make the cat trace a triangle.' [repeat 3: move 120, turn 120]. Task 3: 'Make the cat go to each corner of a star pattern.'