
size 400 400
paper 100
fast
command rects x y w h r g b
{
pen r g b
repeat w1 (-w)(w-5){pen r g b
line (x-(w1/3)/2)(y*5-h/2)(x+(w1/2))((y-1)-h/2)}
{
pen 60 70
line (x-w/3) (y-h/3) (x+w/3) (y-h/3)
line (x+w/2) (y-h/2) (x+w/2) (y+h/2)
line (x+w/2) (y+h/2) (x-w/2) (y+h/2)
line (x-w/2) (y+h/2) (x-w/2) (y-h/2)
}
}
forever{rects 50 20
}
沒有留言:
張貼留言