Tuesday 24 April 2012

Monday 24th April 2012

Today CB, CD, CO, FBW, JE, LC,  LW, MH and MO  met up with FMcG. We worked on MSWLogo again. 


CD discovered  to erase you type 'PENERASE' and retrace your steps. To go back to drawing you type 'PENNORMAL'.

We also discovered:

  • repeat 4 [fd 100 rt 90]  .... will draw a square

  • To create a procedure eg Square
    • Type in 'to square'
    • 1st box  = repeat 4 [fd 100 lt 90]
    • 2nd box = end 

  • To create a variable procedure eg Square 
    • Type in 'to square :length'
    • 1st box = repeat 4 [fd 100 rt 90]
    • 2nd box = end



Monday 16 April 2012

Monday 16th April 2012

Today CB, CD, LC and FBW met with FMcG. We discussed logo, and found out useful demands:

  • fd = forward
  • bk = back
  • rt = right turn
  • lt = left turn
  • pu = pen up
  • pd = pen down
  • cs = clear screen
  • home = start
  • arc ..(degree).. ..(radius)




Tuesday 3 April 2012

Monday 26th March 2012

Today CB, LC, JE, MH, AM, FBW and FMcG met up, and looked at a new program called 'MSWLogo'. This program lets you learn more about programming language, in which you draw shapes etc, using angles and commands such as forward and turning.

CB found this cool demand ......    Repeat 103 [fd 20 bk 30 rt 57 lt 50 circle 200]                 (as depicted above)