I am doing an assignment for university, so I can't exactly post the code. So I will have to explain the best I can.
I have to draw 3 stars in a row, 5 points, 6 points, 7 points.
We have to do it using a for loop and the goto(....) function.
I have managed to draw one star, but if i try to draw another star it will draw it ontop of the previous star.
I have a starting point specified as one of the corners of the star using the coordinates of the star found from the angle,
is there a way to change the start point, ie, change where it starts from (0,0)