Task

Sprite has a friend in 7th block help sprite to move

Go to Scratch

A loop is a way to repeat a set of instructions in a program without writing them again and again. Instead of repeating the same code many times, a loop allows the computer to run those instructions automatically either a fixed number of times or continuously. Loops are useful for creating animations, movements, and game behaviours, making programs more efficient and easier to build.

Scroll to Top