Image of LOGO LOGO

Procedures written by others!

     English   Deutsch   Français
Your browser does not support Java for the moment. In order to use this page we strongle suggest that you go to the "Java Help" page. Please choose "Java_Help" in the small menu below. It's possible to use our page without Java but then you will have to download a Logo interpreter from our "Download" page.

[_Home_] [_Introduction_] [_Java_Help_] [_Download_] [_Learn_Logo_] [_Program_] [_Teacher_] [_Contest_] [_Discussion_] [_Procedures_] [_Perspective_] [_About_]

©1997/1998 Sebastian Golze, Thomas Hirsch und
Vinh Hoi Le Chau
. Please mail us if you had problems with our site os if you have any other suggestion.

Here, everybody can expose his procedures to the others. In lesson 9 we tell you how you can let your procedures appear here.

Procedure: Polygon by Jeremy Smith

Description of the procedure:
This one draws a polygone with a specified number of edges.

sourcecode


Procedure: Star by Jeremy Smith

Description of the procedure:
I've improved my proc to make it look better. It now draws a star.

sourcecode


Procedure: parallelo by Frank Cerman

Description of the procedure:
You can draw a filled paralelogram using this procedure. A small example is given, too.

sourcecode


Procedure: main by Jonas Kurz

Description of the procedure:
A procedure that draws a circle. Special for Raphael.

sourcecode


Procedure: main by Chester Dought

Description of the procedure:
A very nice star.

sourcecode


Procedure: pied by Laurent

Description of the procedure:
Ma procedure dessine un pied...

sourcecode


Procedure: house by Leo Bazurko

Description of the procedure:
My procedure draws a colored house.

sourcecode


Procedure: main by Fred Reddham

Description of the procedure:
While trying to draw an ellipsoid I created a really hearty heart ;-)

sourcecode


Procedure: main by unknown

Description of the procedure:
Just playing...

sourcecode


Procedure: square by Jim

Description of the procedure:
My procedure can draw a square with a variable width!

sourcecode


Procedure: segment by hubert

Description of the procedure:
My procedure fraws a segment.

sourcecode


Procedure: spiraldesign by Jeff Waddell

Description of the procedure:
Just a quick rotated square.

sourcecode


Procedure: square by jenkate

Description of the procedure:
Draws a horizontal line two inches
turn right 90 degrees and go two inches
turn 90 degrees and go two inches
turn 90 degrees and connect the lines

sourcecode


Procedure: sqaure by jen

Description of the procedure:
go two inches to the right
turn 90 degrees
go right two inches
turn 90 degrees
go right to inches
turn 90 degrees
go two inches
end

sourcecode


Procedure: main by Binuid

Description of the procedure:
My procedure draws a triangle!

sourcecode


Procedure: square by TQ98

Description of the procedure:
Our procedure draws a square.

sourcecode


Procedure: Square by Ian

Description of the procedure:
Procedure Main
Goto Procedure Square
End

Procedure Square
Repeat 4,Go_and_Turn
End

Procedure Go_and_Turn
Go 100
Rt 90
End

sourcecode


Procedure: Sqaure by Ian

Description of the procedure:
procedure main
goto square
end

procedure square
repeat 4,go_and_turn
end

procedure go_and_turn
go 100
rt 90
end

sourcecode


Procedure: main by

Description of the procedure:
go 30
right 90
go 30
left 30
go 100

sourcecode


Procedure: main by erik wichern

Description of the procedure:
it turns right 15 then draws a square, repeat for 360 degrees

sourcecode


Procedure: main by Hans

Description of the procedure:
procedure main
repeat 3 tri
end

procedure tri
go 100
turn 60
end

sourcecode


Procedure: main by Hans

Description of the procedure:
procedure main
color white
left 30
color red
go 100
right 120
color blue
go 100
right 120
color green
go 100
color black
go 100
color yellow
left 120
go 100

sourcecode


Procedure: maison by artice bauer

Description of the procedure:
dessine une maison

sourcecode


Procedure: main by Christopher Hall

Description of the procedure:
This is the star that the tutorial gave me in lesson 9.
I added some colors.
I think it looks nice.

sourcecode


Procedure: cercle by fab

Description of the procedure:
cercle

sourcecode


Procedure: drapeau_français by Thibaut

Description of the procedure:
3 procédures identiques de 3 couleurs différentes

sourcecode


Procedure: etoile by

Description of the procedure:

sourcecode


Procedure: main by

Description of the procedure:

sourcecode


Procedure: by

Description of the procedure:

sourcecode


Procedure: by

Description of the procedure:

sourcecode


Procedure: main by chaza

Description of the procedure:
faire marcher la tortue

sourcecode


Procedure: main by moi

Description of the procedure:
qqqqq

sourcecode


Procedure: square by

Description of the procedure:

sourcecode


Procedure: circle by

Description of the procedure:

sourcecode


Procedure: star by Andy Armento

Description of the procedure:
My first Star

sourcecode


Procedure: star by Andy Armento

Description of the procedure:
My first star!

sourcecode


Procedure: star by Jen

Description of the procedure:

sourcecode


Procedure: main by Jen

Description of the procedure:

sourcecode


Procedure: main by Jen

Description of the procedure:

sourcecode


Procedure: main by

Description of the procedure:

sourcecode


Procedure: main by Jen

Description of the procedure:

sourcecode


Procedure: etoile by

Description of the procedure:

sourcecode


Procedure: test by

Description of the procedure:

sourcecode


Procedure: test by

Description of the procedure:

sourcecode


Procedure: AdvancedSpiral by J.W. Koebel

Description of the procedure:
This program makese a slightly altered, more dense star spiral then the given pattern does. It looks pretty cool!

sourcecode


Procedure: Loops by

Description of the procedure:
Loops makes two inner loops.
One can choose a length "r" and an angle "t".

sourcecode


Procedure: Loops by Luca Panno

Description of the procedure:
Loops makes two inner loops.
We can choose a length "r" and an angle "t"

sourcecode


Procedure: main by Daniel Lee

Description of the procedure:
this is a wheel like star with a star in the middle

sourcecode


Procedure: main by Daniel

Description of the procedure:
Super!!!
Twin 7pointed starfish!!
A MUST SEE!!

sourcecode


Procedure: main by

Description of the procedure:

sourcecode


Procedure: main by dony

Description of the procedure:
makes logo move

sourcecode


Procedure: main by dony

Description of the procedure:
move him in a square

sourcecode


Procedure: moi by nunul

Description of the procedure:
Dessine un trait

sourcecode


Procedure: main by end

Description of the procedure:

sourcecode


Procedure: main by dwight

Description of the procedure:
main go 5*100 to dwight

sourcecode


Procedure: main by

Description of the procedure:

sourcecode


Procedure: main by michaelc

Description of the procedure:
test

sourcecode


Procedure: house by darcie

Description of the procedure:
a picture of a house

sourcecode


Procedure: House by Darcie

Description of the procedure:
picture of a house

sourcecode


Procedure: rectangle by darcie

Description of the procedure:
rectangle

sourcecode


Procedure: main by darcie

Description of the procedure:
color blue
go 100
right 90
go 50
right 90
go 100
right 90
go 50
right 90
end

sourcecode


Procedure: house by darcie

Description of the procedure:

sourcecode


Procedure: house by noah

Description of the procedure:
this makes a factory

sourcecode


Procedure: house by noah

Description of the procedure:
factory 2

sourcecode


Procedure: main by Dimitar hadziev

Description of the procedure:
threj

sourcecode


Procedure: star by adam

Description of the procedure:

sourcecode


Procedure: main by

Description of the procedure:

sourcecode


Procedure: main by Samir P

Description of the procedure:
Makes a simple Box

sourcecode


Procedure: main by nancy

Description of the procedure:
move

sourcecode


Procedure: nicolas by

Description of the procedure:

sourcecode


Procedure: main by

Description of the procedure:

sourcecode


Procedure: by

Description of the procedure:

sourcecode


Procedure: by

Description of the procedure:

sourcecode


Procedure: star by

Description of the procedure:
ytroin3iobni

sourcecode


Procedure: main by

Description of the procedure:

sourcecode


Procedure: star by

Description of the procedure:

sourcecode


Procedure: main by Jason

Description of the procedure:
ads

sourcecode


Procedure: flower by Matthew Toso

Description of the procedure:
Makes a pink flower with a stem!

sourcecode


Procedure: hi by Matthew Toso

Description of the procedure:
writes HI

sourcecode


Procedure: essai by yy

Description of the procedure:

sourcecode


Procedure: com by Carlos Flores

Description of the procedure:

sourcecode


Procedure: Star by Sivert Berg

Description of the procedure:
I,ts the coolest star in this univerys.

sourcecode


Procedure: star by Sivert Berg

Description of the procedure:
Draws a star.

sourcecode


Procedure: myname by Sivert Berg

Description of the procedure:

sourcecode


Procedure: main by Katrina @GJH

Description of the procedure:
A Picture of a house

sourcecode


Procedure: main by Mary's Cat

Description of the procedure:

sourcecode


Procedure: main by Cliff's porygon

Description of the procedure:

sourcecode


Procedure: main by George's Fish

Description of the procedure:

sourcecode


Procedure: main by

Description of the procedure:
sdgdsgdsqsddfqdfsqdfdgqfdqdf

sourcecode


Procedure: abc by

Description of the procedure:

sourcecode


Procedure: main by ernst

Description of the procedure:

sourcecode


Procedure: main by ich

Description of the procedure:

sourcecode


Procedure: by go 200

Description of the procedure:

sourcecode


Procedure: procedure main by end

Description of the procedure:

sourcecode


Procedure: main by

Description of the procedure:

go 100

sourcecode


Procedure: by

Description of the procedure:

sourcecode