Winlogo Project Essay

Winlogo Project Essay

  • Submitted By: blaine
  • Date Submitted: 05/24/2008 2:29 PM
  • Category: Technology
  • Words: 515
  • Page: 3
  • Views: 1

Winlogo Name Project Part 1: Making Name Aim: To write a program to draw CHRIS name in WinLogo.

Method: Step One: This is when I drew out the letters. This was a rough idea. The gaps between the letters is very important because of they are not included the next letter will start where ever the last letter finished and may not be in the right place or have the right angle and may be on its side. So it is very important that gaps are included and the angles are correct so the next letter starts upright. Step Two: I drew on the dimensions (specs) and the height and lengths of the letters. This is the precise length and heights in Turtle Steps. The code to make the turtle go forward is FD then the Falue. For example FD with a number. Codes: This is the code that I made and put into WinLogo to produce the letters. Key: TS = Turtle Steps Red Writing = Explanation for the code Start: to start  This starts the tutrle/code lt 90  These means go left 90 TS.

penup This makes the turtle able to go anywhere without making any lines fd 100  This makes the tutrtle go forward 100 TS rt 90  This makes the turtle go right 90 TS pendown  This makes the black lines re appear end  This ends the code - - - - - C: to c  This starts the tutrle/code fd 50  This makes the tutrtle go forward50 TS rt 90  This makes the turtle go right 90 TS fd 20  This makes the turtle go forward 20 TS rt 180  This makes the turtle go right 180 TS fd 20  This makes the turtle go forward 20 TS lt 90  This makes the turtle go left 90 TS fd 50  This makes the turtle go forward 50 TS lt 90  This makes the turtle go left 90 TS fd 20  This makes the turtle go forward 20 TS penup This makes the turtle able to go anywhere without making any lines fd 20  This makes the turtle go...

Similar Essays