Follow what it says :D I was experimenting with pen and used some basic geometric concepts to enable you to draw regular polygons. Idk. Only do whole numbers or else. Try doing: 1, 9, 20, 40 After 20 it just starts looking like a circle lol = Geometry Eggsplanation = An interesting property of every polygon is that the sum of all interior angles can be found with the equation (n-2)*180 when n=number of sides. This is because you can divide every polygon into n-2 triangles, and the interior angle measure of each triangle is 180 degrees. In a regular polygon, every side is equal and every angle is equal. So, any given angle can be expressed with the equation ((n-2)*180)/n. I used this concept to code the turns of the sprite. Full eggsplanation of the code can be found if you click the "See inside" button.