Tuesday, 21 October 2014

Logo Lesson 4


Create subroutines to draw 3-4 buildings

Creat a cityscape using the 4 buildings

Tuesday, 14 October 2014

Logo Lesson 3

Today's Objective 



  • Create subroutines to create shapes.
  • Draw patterns using repeats and subroutines.
  • Change the pen colour.


New Code
PU-Pen Up.
PD-Pen Down.
Home-Brings turtle back to the start position.
To square
repeat 4[fd 100 rt 90]
end

Tuesday, 7 October 2014

Logo Lesson 2

Today's Objective


  • how to repeats to make drawing shapes quicker.
  • how to use repeats to draw patterns.
  • how to change the pen coulor.