Mar 232020
 
  • Use any drawing tools in j2e5 to make a picture out of this scribble
  • Rules
    • Only take 5 minutes
    • Scribble must be still visible
    • Scribble must be part of the picture
    • Put your first name on your picture if you are happy for it to be shared

If you have an iPad, you could use the free j2launch app.

Well done to those that had a go – here are the pictures!

Mar 202020
 
  • Each day, do some Maths, English and Topic work that your teachers have set you.  See the school website for links.
  • Check the posts below for activities or links
  • Fill out our Learning at Home form to let us know how you are getting on. You can fill it in whenever you like – daily, weekly…keep in touch.
  • Share a photo
    • Use the Learning at Home form
    • Email me
    • Upload to j2e
Mar 202020
 

If you want to carry on with the Scratch projects you started at sachool,here’s how you can access them.  Or you could just work on a new project…Or, have you tried j2code – visual

  1. Google Drive

    1. Log into Google Drive and find your latest Scratch project.
    2. Right hand click and download it to your Computer (Documents or Desktop)
  2. Scratch

    1. Open Scratch and Create a new blank project
    2. File – Load from your Computer

If you would like me to have a look at your project, you could email it to me:

  • Gmail

    • Compose
    • Fill in: To: my email
    • Subject: Scratch
    • Click the paper clip to attach your file
Mar 132020
 
  1. Yo have already composed a piece of music in Garage Band in Music lessons for this project
  2. Prepare an advert for your smoothie – script, action, props
  3. Video in front of greenscreen
  4. Find a backdrop picture
    1. Tools – usage rights – marked for non-commercial use with modification
    2. Email to me (greenscreen not on iPads yet…)
  5. On iPad
    1. Log into Google Drive
    2. Download your video
  6. In iMovie, add very short title screen and music, edit, share
    1. In Google Drive find your music, open with, iMovie
Mar 022020
 
  1. Go to Scratch
  2. Click on 
  3. Click on this one  
  4. Choose a positive word, eg JOY, FUN, HOPE, HAPPY, YAY, PLAY…
  5. Follow the instructions to bring your word to life
  6. Can you make the animations suit the word?

LF2 Using different blocks

  1. Go to Scratch
  2. file – Load from your computer
  3. Google Drive – double click on your project from last week
  4. Can you make your letters do different things?
    1. Make a noise when you click on them 
    2. Spin around when your click on them 
    3. Grow and shrink when you click on them 
    4. Change colour when you click on them 
    5. Keep changing colour              
    6. Glide up and down when green flag clicked  
    7. Glide in from a random position when you click the green flag
    8. What other ideas have you got?  Can you find blocks that do it?
Feb 252020
 

We are going to make a WW2 Blackout game

LF1 Computational Thinking

LF2 Game brief – decompose

A game company would like you to make a WW2 blackout themed computer game featuring, the landscape of a UK city threatened by the Blitz.  The aim is to put up blackout curtains in the daytime before nightfall so that the bombers will pass harmlessly overhead during the night.  Successive screen will become harder with more windows to cover and bigger buildings.  Wardens will be patrolling.  You may have to find or buy blackout material.  Depending on how completely you blackout the city, bombs will fall.  How long can you keep your city from being destroyed – a percentage score could drop after each night of bombing….

  • Work through CT principles for the brief
    • 1 Don’t panic – understand the problem
      • Questions and answers, notes
    • 2 Break it down (decomposition)
      • Make a list of characters, backgrounds, objects
      • What do each need to do?
      • Make a list of simple steps – these need to be as small as possible
    • 3 Use your knowledge and experience
      • In Scratch – remind yourselves of the different types of blocks and what they do
    • 4 Create a plan (algorithm)
      • Take your steps from stage 2 one at a time and use Scratch blocks to code them
    • 5 Try it!
      • Test it out often
    • 6 Evaluate
      • What works?  What do you need to change? Tinker

Here is an example of decomposing – just looking at the main character, break it down into what we will need to code:

LF3 Drawing sprites, costumes and backgrounds

  • Refer to your notes from last week  (in j2e – Scratch Blackout Game)
  • Draw new sprites and costumes
  • Draw the background
  • By the end of the lesson, you must have at least a sketch of every sprite, costume and background.

Example video 2

LF3: Triggers and actions

A journey of a thousand miles begins with a single step ~ Ancient Chinese proverb

Take one single simple idea at a time and turn it into Scratch code.

For every thing you want to happen, there are two parts

  • Trigger – what sets it off
  • Action – what the consequence is

Examples of triggers:

  • Beginning of the game  
  • When keys are pressed 
  • When one object touches another object 
  • When one sprite touches a colour
  • When a play button clicked  
  • Other examples in Events blocks

Examples of actions

  • Turn the background dark (night time approaching) – repeat, change brightness effect by -10, wait 1 second
  • Sprite walking – forever, costume 1, costume 2
  • Keyboard controls move right – when right arrow pressed, change x by 5
  • Bomb dropping – go to random position, set y to (top of page), repeat 20, change y by -10
  • Bomb exploding – next costume, play sound

Example video 3

LF4 One step at a time

  1. Keep working on little bits of coding
  2. Feedback – How did that go? form
    1. List what you have coded, eg boy steps, keyboard controls, bomb drops