This is a quick little project in response to the following topic: https://scratch.mit.edu/discuss/topic/215483/ It contains a general custom block to draw an N-point polygon, but with the option to jump every Mth vertex to form a 'star'. It can draw such stars even when they contain disjoint sections (e.g. a six-point star formed from two triangles). Of particular note is that it doesn't use any trig, nor any variables. And the custom-block itself uses recursion rather than loops... :)