Hey i am trying to come up with the code to draw a heart. Anyone know how?
Offline
Well, use the pen.
<clear>
<when green flag clicked>
<set pen color to( Whatever
<set pen size to( Whatever
<pen down>
<go to x 1st horizontal coordinate you want your heart to be )y 1st vertical coordinate>
<go to x 2nd horizontal coordinate you want your heart to be )y 2nd vertical coordinate>
And so on til your heart is done.
Offline
i understand that. i am currently having trouble with the drawing the circular portion of the drawing.
Offline
sophieperez wrote:
i understand that. i am currently having trouble with the drawing the circular portion of the drawing.
I know how you feel sophieperez i often get drawing problems. i know how to do it but it takes up alot of space.
Offline