Tuesday, 21 October 2014

logo lesson 4

-create subroutines to draw 3-4 buildings
-create a cityscape using 4 buildings

Tuesday, 14 October 2014

Logo lesson 3


  • Todays objectices
  • create subroutines to draw shapes
  • draw patterns using repeats and subroutines
  • change the pen color
  • PU = pen up
  • PD = pen down
  • HOME = brings turtle back to starting position
  • to square repeat[fd 100 rt 90] end

Tuesday, 7 October 2014

Logo Lesson no.

-How to use repeats to make drawing shapes quicker

-How to use repeats to draw patterns

-How to change the pen color