Home > Articles > Scratch resources > 10 block demos > How to draw a circle

How to draw a circle in Scratch

Sean McManus, author of Scratch Programming in Easy Steps and Cool Scratch Projects in Easy Steps, shows you how to draw a multicoloured circle using the pen in Scratch

If you saw my 9-block program to draw a polygon in Scratch, you might be wondering how to draw a circle in Scratch.

The answer is to think of a circle as a shape with 360 sides, and 360 angles of 1 degree, like this:

when green flag clicked / go to x: 0 y: 0 / clear / pen down / set pen size to 20 / repeat 360 / move 1 steps / turn 1 degrees / change pen color by 1 / end repeat

When using the polygon program, you might have noticed that the more sides you have, the more like a circle it looks. In practice, you don't need as many as 360 sides to make it look like a circle on the Scratch screen. You can have 90 sides, move 4 steps, and turn 4 degrees to create a circle more quickly, for example.

To increase the size of the circle, change the number of steps the sprite moves.

Feel free to share that program card on your social networks, or to use it in your classrooms or Code Clubs!

Try the program

Find out more...

Find more 10 block Scratch demos here. For more information on my Scratch books and more bonus content, visit the Scratch Programming in Easy Steps and Cool Scratch Projects in Easy Steps homepages.

Credits

© Sean McManus. All rights reserved.

Visit www.sean.co.uk for free chapters from Sean's coding books (including Mission Python, Scratch Programming in Easy Steps and Coder Academy) and more!

Discover my latest books

Coding Compendium

Coding Compendium

A free 100-page ebook collecting my projects and tutorials for Raspberry Pi, micro:bit, Scratch and Python. Simply join my newsletter to download it.

Web Design in Easy Steps

Web Design IES

Web Design in Easy Steps, now in its 7th Edition, shows you how to make effective websites that work on any device.

100 Top Tips: Microsoft Excel

100 Top Tips: Microsoft Excel

Power up your Microsoft Excel skills with this powerful pocket-sized book of tips that will save you time and help you learn more from your spreadsheets.

Scratch Programming in Easy Steps

Scratch Programming IES

This book, now fully updated for Scratch 3, will take you from the basics of the Scratch language into the depths of its more advanced features. A great way to start programming.

Mission Python book

Mission Python

Code a space adventure game in this Python programming book published by No Starch Press.

Cool Scratch Projects in Easy Steps book

Cool Scratch Projects in Easy Steps

Discover how to make 3D games, create mazes, build a drum machine, make a game with cartoon animals and more!

Walking astronaut from Mission Python book Top | Search | Help | Privacy | Access Keys | Contact me
Home | Newsletter | Blog | Copywriting Services | Books | Free book chapters | Articles | Music | Photos | Games | Shop | About