Nov 102016
 
  1. Typing,com – 5 minutes
  2. Go to j2launch – j2code – LOGO
  3. Start your program with:
    1. reset
    2. setpensize 5
  4. Use as many of these commands as possible:
    1. Movement:   fd bk rt lt (with a space then a number)
    2. circle (with a space and a number)
    3. colour “yellow
    4. fill
    5. repeat 4 [  …   ]
    6. arc 90 30   – can you work out how this works?  (One number is the size, the other is the angle)
  5. Use the code below to move around the page without drawing:
    1. pu setxy 100 100 pd   (The numbers are x y coordinates and the screen goes from -250 to 250)
  6. Are there any other commands you can show that you can use?

Success steps

  • Use known commands
  • Use left-hand side panel to copy correct commands (syntax)
  • Create a page with several elements
  • Move around the screen using pu setxy …. pd
  • **Learn new commands
  • Check code and debug

 

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.