Thursday, February 16, 2012

KTurtle - Spiral

Commands for Spiral -

reset
repeat 180 {fw .25 tr 1}
repeat 180 {fw .50 tr 1}
repeat 180 {fw .75 tr 1}
repeat 180 {fw 1 tr 1}
repeat 180 {fw 1.25 tr 1}
repeat 180 {fw 1.50 tr 1}
repeat 180 {fw 1.75 tr 1}
repeat 180 {fw 2 tr 1}
repeat 180 {fw 2.25 tr 1}
repeat 180 {fw 2.50 tr 1}
repeat 180 {fw 2.75 tr 1}
repeat 180 {fw 3 tr 1}
center

No comments:

Post a Comment

Click here to add comments. Please use appropriate words. Thanks.