Run Cat Run

SOLs CT 6-8.4 - 6-8.6, CT 6-8.8


Create a street with cars and program the cat using the arrow keys to move across the street without getting hit.
  1. Sprite 1 (cat)
  2. convertable 3
  3. convertable 3
Example:
Example
Procedures:
  1. Open Scratch in a new tab
  2. Draw the road using the rectagle tool in the stage backdrops

  3. run cat road
  4. Add this code for the cat (sprite 1)
    part1
  5.  Add the bubble the Convertable 3 sprite and use this code. The Broadcast block is new and is in the Events group. On the dropdown go to New Message, then type Hit.
  6. Add this code to the cat sprite.
  7. Add an additioanl car. You may use Convertible 3 again or choose something different.