Step 4 – Programming Hawkeye (STEM)

Goal:


Let’s move on to programming Hawkeye.

His code will be quite similar to Captain America! Remember to select his sprite from the list!

Steps:

  1. Click on Control.
  2. Drag when backdrop switches to to an empty space.
  3. Make sure to switch the event to Find Hawkeye.
  4. Click on Motion.
  5. Drag set x to and set y to underneath When Backdrop switches to.
  6. Click on Operators.
  7. Drag pick random into both both motion blocks.
  8. Set x from -240 to 240 and y from -130 to 180.
  9. Lastly, drag show from the looks tab as the last block.

Scratch:




Now let’s make Hawkeye speak and transition to the next backdrop when clicked.

Steps:

  1. Click on Events.
  2. Drag  When this sprite clicked to an empty space.
  3. Click on Looks.
  4. Drag two  Say for 1 seconds blocks underneath the event block.
  5. Type You Found Me! and Next level!
  6. Click on Events.
  7. Drag  Broadcast under the Say blocks and select m2.
  8. Drag a  Hide block over from the Looks tab.
  9. Click on Events.
  10. Drag When green flag clicked to an empty space.
  11. Click on Looks.
  12. Drag hide underneath when green flag is clicked.