Assignment #2.1: Scratch Basics

-Jason Liang

# Objective

Complete each task using Scratch to help develop a programming foundation.

# Tasks

# 1.Animation

Create a short animation short animation. The sprite(s) should move around the screen and use multiple costumes.

# 2.Key Input

Create a program with a sprite that moves up/down/left/right using the arrow keys.
For a smoother program, use a forever loop instead of separate events for each movement.

# 3.Obstacles

Create a program with a sprite that moves around where there are at least two barriers that the sprite cannot go through.

# 4.Dropping Things

Create a program with multiple items falling from the sky that your character needs to avoid.

# 5.Pickup

Create a program where your character needs to pick up coins from around the screen. There must be at least five coins and the game should end when they collect them all.

# Submission

● One document containing screenshots of the code for each program
○ Your tasks should be labelled and in the proper order

● Demonstration
○ I may come around to see your programs in action and ask you questions about your code.