πŸ”š Unit 1 Final Project

You will create a short animation in SNAP depicting a scene.

This could be a scene from a book/movie/play, depict lyrics from your favorite song, or your own unique animations

Implementation Details

As mentioned above, your animation must display the scene in its entirety and animate each line. Action must be performed by sprites and must consist of more than simply changing costumes. You must include the following components in your animation:

Note that multiple of these requirements may be satisfied by the same sprite (e.g. the same sprite can both move and change costume), but you must have at least two separate sprites that act in the animation.

Specifications

Functional Correctness (Behavior) Points
Animation depicts a full scene (or approved smaller portion) 2 points
Scene is shown one line at a time 2 points
Each line is accompanied by sprites depicting the story, and all action is related to the current line 3 points
Clicking green flag starts animation from beginning 1 point
Animation progresses at a reasonable pace 2 points
User is able to restart animation when it concludes 2 points
Total 12 points
**Technical Correctness (Implementation) ** Β 
Program shows good creativity and effort 2 points
At least two sprites participate in the action 2 points
At least one sprite moves 1 points
At least one sprite rotates 1 points
At least one sprite changes costume 1 points
At least one sprite hides and/or appears 1 points
Total 8 points
PROJECT TOTAL 20 points