Site hosted by Angelfire.com: Build your free website today!
BLWAH!

Random Logo Code For Names

weeee :D

A
to A
repeat 6 [fd 10 square 10 ] ;draws left side of A
rt 90
fd 10
repeat 3 [fd 10 square 10] ;draws top of A
rt 90
fd 20
rt 90
fd 10 square 10 ; draws first square of right bit of A
lt 90 fd 10 rt 90
repeat 2 [fd 10 square 10] ;draws middle line bit of A
rt 180
pu
fd 20
lt 90
fd 10
rt 90
pd
fd 10
square 10 ;draws the bit of the line that intersects with the right side of the line
rt 90
fd 20
square 10
repeat 2 [fd 10 square 10] ;draws the rest of the right line
end


S
To S
fd 10
rt 90
repeat 3 [fd 10 square 10];draws top line
rt 180
fd 10
rt 90
repeat 2 [fd 10 square 10];draws right vertical line
rt 180
fd 10 rt 90
repeat 3 [fd 10 square 10];draws middle line
Rt 90
fd 10
repeat 2 [fd 10 square 10];draws left vertical line
rt 90
fd 10
repeat 3 [fd 10 square 10];draws bottom line
end

H
to h
square 10
repeat 4 [fd 10 square 10 ] ;draws left vertical side
repeat 2 [rt 90 fd 10]
lt 90
repeat 2 [ fd 10 square 10] ;draws middle line
rt 180
fd 10
rt 90
fd 10
square 10 ;draws second square in right verticle line
rt 180
fd 30
lt 90 fd 10 square 10 ;draws first square in right verticle line
rt 180
fd 10
rt 90
fd 10
rt 90 fd 10
square 10 ;draws second to last square in H
rt 90
fd 20
fd 10 square 10 ;draws last square
end


L
to l
square 10
repeat 4 [fd 10 square 10] ;draws long side
rt 90
fd 10
rt 90
fd 40
lt 90
repeat 3 [fd 10 square 10] ;draws bottom line
end

E
to e
square 10 ;draws single square
repeat 4 [ fd 10 square 10] ;draws squares on vertical line
rt 90 fd 10
repeat 2 [fd 10 square 10] ;draws top line
rt 180
fd 30
lt 90 fd 20
lt 90 fd 10
repeat 2 [fd 10 square 10] ;draws middle line
rt 90
fd 10
rt 90
fd 30
lt 90
fd 10
lt 90
fd 20
square 10 ;draws half of bottome line
fd 10 square 10 ;draws other half of bottom line
end

I
to i
Repeat 3 [ fd 10 square 10] ;draws I line
pu
fd 20
pd
square 10 ;draws I dot
end


to g
repeat 4 [fd 10 square 10] ;draws left verticle line
rt 90
fd 20 square 10 ;draws one square on top line
repeat 2 [fd 10 square 10] ;draws two more squares on top line
rt 180 fd 40
lt 90 fd 40
lt 90 fd 10
square 10
repeat 3 [fd 10 square 10] ;draws bottome line
bk 10
lt 90
fd 10 square 10 ;draws single square on left side
end

NAME
to name
a
pu lt 90 fd 50 lt 90 fd 50 pd ;draws a and gets in posistion for s
s
rt 180 pu fd 60 seth 0 fd 10 pd ;draws s and gets in posision for h
h
lt 90 pu fd 20 seth 0 fd 10 pd ;draws h and gets in poistion for l
l
pu fd 20 seth 0 pd ;draws l and gets in poisition for e
e
pu fd 20 seth 0 bk 10 pd ;draws e and gets in posistion for i
i
pu rt 90 fd 20 seth 0 bk 4 bk 27 bk 10 pd ;draws i and gets in posision for g
g
pu rt 90 fd 20 seth 0 bk 10 pd ;draws g and gets in posistion for h
h ;draws h
end

STARS!! WEEEE!!!!!!!!!

Sky

to sky
setsc [0 0 300]
setpc [255 255 0]
star 150
pu
fd 200
pd
star 50
pu
lt 90
fd 300
pd
star 100
pu
rt 180
fd 400
pd
star 200
rt 180
pu
fd 200
pd
star 30
pu
lt 90
fd 200
rt 90
fd 100
pd
star 78
rt 90
pu
fd 300
pd
star 130
rt 180
pu fd 200
pd star 20
pu
rt 90
fd 200
pd
star 90
pu rt 50
end

Last Stupid Picture

to rectangle :size1 :size2
repeat 2 [rt 90 fd :size1 rt 90 fd :size2]
end

 

to triangle :size
repeat 3 [rt 120 fd :size]
end

 

to tower
rectangle 100 250
lt 90
triangle 100
end

 

to castle
tower ;draws a tower
lt 180
fd 100 rt 90
fd 50 lt 90
fd 200 lt 90
fd 50 ;builds top of wall and gets to next tower point
tower ;builds tower, connected to wall
lt 90 fd 100 pu lt 90 rt 180
fd 50
pd fd 100 lt 90
fd 100
fd 50 lt 90
pu fd 20 seth 0
pd fd 150
rt 90 fd 20
rt 90 fd 150
lt 90 pu fd 20
seth 0 pd fd 150
rt 90 fd 20
rt 90 fd 150
pu lt 90
fd 20
lt 90 pd fd 150
;Builds a Gate
end