Digital Animation Spring 2019-Period 3 Assignments

Upcoming Assignments RSS Feed

No upcoming assignments.

Past Assignments

Due:

Assignment

Final Examination Study Guide

This study guide will explain what you can expect to see on the final exam. You should use this to make sure that you understand the similar projects from the semester so that you will do well on the final. There is nothing to complete and turn in from this information. You will receive the complete instructions and the Animate files on the day of the Final Exam.

The Final Exam consists of 3 projects and is worth 20% of your final grade. Each project will have a partially completed Animate file that you will need to finish. Each project includes a component from the interactive animation unit.

 Project 1: Anticipation and Follow-through

  • The project will have an object that will need to be used to demonstrate the animation principles of anticipation and follow-through.
  • This project is similar to the Anticipation 1  (dart) and Anticipation 2 projects.
  • The interactive component will consist of a button that starts the animation similar to the rocket launcher project

 Project 2: Internal Animation

  • The project will have an object that will need to have a repeating animation in its internal timeline. The object will need to move in the scene 1 timeline.
  • The similar projects for this final project are the walk cycle and the airplane animation project for internal animation.
  • The interactive component is direct keyboard control to move the object similar to the Keyboard Control 2 project

 Project 3: Character Animation

  • This project will require the creation of facial and body behaviors as symbols for a character.
  • The similar projects for this final project are the Character Creation projects and the Game Character project for the behavior symbols
  • The interactive component will use keyboard controls to start each behavior like the Keyboard Control 1 project.

Due:

Assignment

The Final Exam consists of 3 projects. The final is worth 80 points which is about 20% of your final grade. Read and follow all directions carefully. The numbers in parentheses following the instructions below will tell you how the points are assigned.

Copy the "Animation Final" folder from the common drive to your G: drive. All work from this final must be saved in this folder.

 Project 1: Car (13 points)

Open the Final 1.fla file and create the following animation sequence:
  • Top light on the traffic light shows Red when the animation begins (2)
  • Top light goes back to black and middle light turns yellow. Car demonstrates anticipation as it prepares to go. (3)
  • Middle light turns black and bottom light turns green. Car moves across screen (3)
  • Car hits wall and demonstrates follow through and appropriate cartoon physics reactions. (3)
  • Add a button that causes the light to turn yellow and starts the sequence. (2)

 Project 2: Bird (13 points)

  • Open the Final 2.fla file
  • Create internal animation on the bird symbol in the Library that flaps his wings and moves his head. (7)
  • Place the Bird from the Library into frame 1 of Scene 1 (2)
  • Add a sky background in a separate layer. (2)
  • Create Keyboard controls to move the bird by changing its x and y values (2)

 Project 3: Face (14 points)

  • Open the Final 3.fla file
  • Add appropriate facial features to complete the face (3)
  • Make a symbol out of the completed character (1)
  • Create 4 different behaviors for the character: 2 facial and 2 body (8)
  • Create keyboard controls that will demonstrate the four behaviors. (2)

Due:

Assignment

Scrolling Background 2 - Create a scene 1 animation that includes the following in any order:

  • Walk Right, Jump Right over an obstacle, Continue Walking right (this sequence must be long enough to repeat the background.)
  • Walk Left, Jump Left over the obstacle, Continue Walking left (this sequence must be long enough to repeat the background.)
  • Duck an object that is thrown at the character
  • Jump over an object that is thrown at the character from a standing position
  • Throw an object

Due:

Assignment

Interactive Animation Activities

  • Flash Button Tutorial - Complete the tutorial up to where it says "Menu Based Flash Sites" Use the Rocket-Launcher.fla file found in the common drive to complete the tutorial. When the rocket launcher is finished, you may try any of the other tutorial sections on the page.
  • Ball Buttons - Copy the "ball buttons.fla" file from the common drive. Add buttons in frame 1 (and only frame 1) at the bottom of the stage for Left, Right, Up, and Down. Create appropriate motion sequences for the ball for each button. A left sequence has already been created for you. Each sequence needs to end with the ball back in the center position. Write action script to make the buttons activate each sequence.
  • Keyboard Control - Modify the Ball Buttons project to add keyboard control. Use the following event listener code as a model to make it work. You need a new case statement and break for each key, but only one EventListener, function, and switch.:

stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyboardEvent);

function onKeyboardEvent (event:KeyboardEvent ):void {

switch(event.keyCode) {

case Keyboard.UP:

gotoAndPlay(2);

break;

}

}

 

 

  • Keyboard Control 2 - Create a new flash animation document. In layer 1, frame 1, create an object (for example, a circle) and save it as a symbol. Make the instance on the stage either a button or a movie clip and give it an instance name (for example, "ball1). Create a script layer and enter the following actionscript code in frame 1. Make sure that your instance name is in place of "ball1" in the example. Test the script. Use this as a model for script for all four directions.

 

 

stage.addEventListener (KeyboardEvent.KEY_DOWN,onKeyboardEvent) ;

 

function onKeyboardEvent (event:KeyboardEvent) {

switch(event.keyCode){

case Keyboard.RIGHT:

ball1.x += 10;

break;

}

}

 

  • Airplane Animation - Find a picture of an airplane that is flying left or right and make it a symbol. Create at least 4 specific behaviors for the airplane and assign them to keys to control when they happen. Include a background layer and internal animation for the airplane symbol. The internal animation is some motion that happens all the time while the keys control the external movement animation of the entire airplane.

Due:

Assignment

Scrolling Background - Create a background that is appropriate for your Game Character. The background should be a symbol that is at least three times the length of the stage and seamlessly blend the edges together. There should be an area the size of the stage that is duplicated at both ends of the background (see the example in the image)

Due:

Assignment

Acting Animator Project

Using your game character, develop a new behavior for your character using the following process.

  1. Act out the behavior: Physically act out the behavior that you want to create. Practice it until you feel that you have it the way that you want it. Pay close attention to how your body moves as you act it out.
  2. Video the behavior: Working with a classmate, use a cellphone to video the behavior. Video it from at least two angles. Add the videos to the Google Classroom Assignment
  3. Draw the behavior: Using a keyframe planning sheet, show the key positions of your behavior. You need at least 5 sketches. Take a picture of the planning sheet or ask Mr. Doggett to scan it and add it to your Google Classroom Assignment
  4. Write the behavior:  In a Google Classroom document, describe the behavior. Be very detailed. Include clear descriptions of body part positions, muscle movements, and weight shifts.
  5. Animate the behavior: Using your sketches as a guide, create the animation in Adobe Animate. Use anticipation, follow-through, and exaggeration as appropriate.
  6. Analyze the behavior:  Compare the video and the animation in a Google Classroom Document. Describe the differences.

Due:

Assignment

Game Character- Create a new character that can perform the following actions with appropriate transitions: walk left, walk right, jump up, jump left, jump right, duck, throw something ( do not include the thrown object ). The walks should be in separate symbols that can be looped. Make sure that you demonstrate anticipation, follow-through, and exaggeration where appropriate.

Due:

Assignment

Animation History - Animators
Complete the assignment in Google Classroom examining the work and influence of famous animators

Due:

Assignment

Walk Cycle

  • Part 2 - extend the Walk Cycle 1 document from Part 1 so that it has a second character symbol in the library that is a walk cycle going the other direction
  • Part 3 - extend the Walk Cycle 1 document from Part 2 to add a third character symbol containing the following transitions:
    •  facing front to facing right
    • facing right to contact (contact must match exactly the contact position from part 1)
    • contact to facing right
    • facing right to facing front
    • facing front to facing left
    • facing left to contact (contact must match exactly the contact position from part 2)
    • contact to facing left
    • facing left to facing front
  • Part 4 - Create the following sequence in scene 1 of your Walk Cycle 1 document. Your character should remain in the center of the screen the entire time. All walk sequences should start with a first step transition and end with a last step transition:
    • Start with the character facing front in the center of the stage.
    • Turn left, and then walk left for 10 seconds. Stand still for 2 seconds while facing left.
    • Walk left for 5 more seconds and stop.
    • Turn to the right and walk right for 10 seconds.
    • Stop, while facing right, for 2 seconds. Turn to the left and wait 1 second.
    • Turn to center.

Due:

Assignment

Bone Tool Tutorial (Optional-ungraded)  - Complete the exercises in the <a http://www.adobe.com/devnet/flash/articles/character_animation_ik.html Tool Tutorial.</a> The files for the monkey exercise can be found in the common folder on the H: drive.

Due:

Assignment

Walk Cycle

Part 1 - using the Walk Cycle 1 document from the common drive, explore the movement of a character that has arms and legs.

Explore these example animations and then create a walk cycle for your character.

Use this website showing the positions of the walk cycle as a guide to creating your walk cycle.

The walk animation should exist in the Internal Timeline of the char symbol. The contact, plant, pass, and stride positions should be clearly defined as keyframes. The cycle needs to include two steps so that it ends in the same position as it started.

You may use the bone tool in this assignment, but it is not required

Use the thin green lines in scene 1 as a reference to the position of the character. The head should stay between the vertical lines and the feet should "walk" on the horizontal line.

Due:

Assignment

Simple Char- using the Simple Char flash document from the common drive, create the following frame sequences in the internal timeline of the character

  •    turning from facing front to facing left (frames 1-20)
  •    turning from facing left to facing front (frames 20-40)
  •    turning from facing front to facing right (frames 40-60)
  •    turning from facing right to facing front (frames 60-79)
  •    walking left (frames 80-99)
  •    walking right. (frames 100-120)

Frames 1, 40, and 79 must be identical.
Frames 20, 80, and 99 must be identical.
Frames 60, 100, and 120 must be identical.

Combine the actions in a single video in scene 1 showing the character pacing by using the graphic object looping control to select the appropriate frames. Insert a keyframe and then click on the symbol on the stage. Go to the properties panel and look at the Looping section. Set options to "Play Once" and then enter the frame number from the internal animation in the "First" section. For example, enter 80 if the character is going to walk left. Use Classic Tweens to move the character left and right while it is walking. Make sure that you allow enough frames in the main timeline to complete the animation sequence from the internal timeline.

Due:

Assignment

Character Creation 2 - create a new flash document with a new character head that is based on the look of a fruit or vegetable (apple, carrot, potato, etc). Create 4 behaviors for the new character including smiling, looking up or down, and two more of your choice. Create a story animation demonstrating the four behaviors.

Due:

Assignment

Principles of Animation
Complete the Principles of Animation assignment found on the Google Classroom page.
 
Watch the attached video in Google Classroom about the 12 principles of animation, then find and watch a 2-5 minute cartoon. Identify the use of 6 of the principles of animation in the video. Write a paper analyzing the use of these six principles. For each principle used, state the time in the video where it occurs and then describe how the principle is used and how the use of that principle impacts the communication of the story in the cartoon. Attach the paper and a link to the cartoon to the assignment before you turn it in through Google Classroom
 

Due:

Assignment

Character Emotions-
Complete the assignments in Google Classroom analyzing images representing Anger and Surprise.

Due:

char.jpg

Assignment

Character Creation Part 1
  • Complete the Symbols Tutorial before starting this project
  • Use simple shapes to draw a character head saving each part as a separate symbol. Draw the shapes away from the head and move them into position after converting the shapes to symbols. Name the symbols for the part that you are creating (do not use Symbol1, etc.) Common parts for a character head include an oval head shape, mouth, left eye, left pupil, right eye, right pupil, and eyebrows. Additional parts could include hair, nose, left ear, right ear, etc.
  • Select the entire head and convert it to a symbol.
  • Double-click on the symbol to edit it and then select the entire symbol, right-click and select "Distribute to Layers" to create a separate layer for each part of the character.
  • Save as Character Creation.fla

Due:

Assignment

Character Creation
Part 2
  • Duplicate the base character symbol from Part 1 and name it as a talking character.
  • Double click on the new symbol to edit the symbol.
  • Use classic (or motion) tweening and/or shape tweening to create internal animation that makes the character look like he is talking. The first and last keyframes of the internal animation should be the same. Include secondary animation (moving other symbols besides the mouth to create a more realistic behavior). The animation should be approximately 30-40 frames in length. Return to the main scene and add the talking character with enough frames to see the animation and test the movie.
 

Part 3

Use the procedure from Part 2 and create additional character variations for each of the following types. All of the symbols need to be in the same flash file. Make sure that each of these variations start and end in the base character position with the specified look in a keyframe in the middle. Make each behavior symbol 30-40 frames in length.

  •    Look left (or right) - a character that looks off to the side. This one should look like the head is turning, not just the eyes shifting.
  •   Jumping character - the character might only be a head, but that doesn't mean he can't move. Think squash and stretch
    Complete the Character Emotions assignment before you do the next two behaviors
  •    Surprised character - think about what the eyes might do on a surprised character
  •    Angry character - what does he look like when he gets mad.
Part 4 - create a short animation using all 5 character variations from the part 3. There must be a simple story that justifies each action. All appearances of your character must occur in one layer of your animation. Use Swap Symbol to replace the current character with the new behavior. Additional objects or symbols should be added to make the story work. A common design is to have 3 layers in Scene 1.  The bottom layer holds a background image to set a scene for the character. The middle layer holds the character. The top layer holds any other objects used to tell the story.

Due:

Assignment

Flash Symbols Tutorial - Read Part 1 and Part 2 of the tutorial then complete the 7 exercises in the Flash Symbol 101 Series found at the-flying-animator.com
 
Some of the skills in the exercises should be familiar. Pay particular attention to Distribute to Layers in Exercise 3, Color effects in Exercise 4 and Editing Symbols in Exercise 6.  Make sure that the "Sun" animation from exercise 6 is in its own file. Save exercise 6 as "sun.fla"

Due:

Assignment

Story Animation 2 Writing Task: Write a narrative describing the events occurring in your story animation. Use details and sensory language to convey a vivid picture of the events. (Common Core Standard W.9-10.3: 5 points)

Upload to Google Classroom

Scoring Rubric:

  • 4: The writing describes all elements of the animation story with some insight into why the events are occurring. Effective use of descriptive and sensory language.
  • 3: The writing describes all elements of the animation story. Some use of descriptive and sensory language.
  • 2: The writing describes some of the elements of the animation story. Some use of descriptive and sensory language
  • 1: The writing references elements of the animation story. Little use of descriptive and sensory language
  • 0: The writing is not related to the animation story.

Due:

Assignment

Story Animation 2 (20 points). Save as story2.fla - Create a 25 second (600 frame) animation demonstrating the following skills and principles:
  • Squash and Stretch
  • Exaggeration
  • Anticipation
  • Follow-through
  • Motion Tween or Classic Tween
  • Shape Tween (including a color change)
  • Multiple Layers
  • Background image
  • The animation should tell a story
 

Due:

Assignment

Animation History 1-Early Animation Devices
Identify an animation device from the 1800s that does not use film. Write two paragraphs about the device. In the first paragraph, identify the device, who invented it, when it was invented and if known, where was it used and who was its audience. In the second paragraph describe how it works. Provide two references for where you found the information. Submit through Google Classroom.

Due:

Assignment

Story Animation 1 - Create an animation for one of the following subjects: Plants growing, volcano erupting, or  leaves falling. There should be a clear beginning, middle, and end to the story. Demonstrate Anticipation and Follow-through in the story. Save as story1.fla
 
Complete a Keyframe Planning Sheet and have it checked by Mr. Doggett before starting the animation

Must include the following skills:
  • Subject Matter: Correct topic and Finished story
  • Motion or Classic Tween.
  • Shape Tween.
  • Anticipation and Follow-through

Due:

Assignment

Shape Tweening

  • Shape Tween Tutorial - Follow this tutorial to learn about shape tweening
  • Shape Tweening 1 - Use Shape Tweening to change a rectangle into a circle. Save as shape1.fla
  • Shape Tweening 2 - Create an animation that has three shape changing objects. All three objects must be in the same layer. Save as shape2.fla
  • Shape Tween Counting - Modify the tutorial code to tween numbers from 1 through 9. Make each number a different color. Use at least two shape hints on each tween to make the transition as simple and clean as possible. Save as shape count.fla
 Standards Rubric for Shape Tween
 
T3 - Shape Tweens
 

4

Effective Shape Tweens using shape hints and color change for all numbers

3

Shape tweens for all 9 numbers with some use of shape hints

2

Shape tweens for all 9 numbers

1

Less than 9 numbers included

Due:

Assignment

Anticipation 1
  • Flying Dart - throw a dart at a dartboard Find a dart image in Google Images. The best images are clipart type that are oriented horizontal or vertical (not diagonal) Copy and Paste it to Flash
  •  Demonstrate Anticipation and Follow-through as you move the dart to the dartboard.
  •  Save as Anticipation1.fla

 Anticipation2

  • Complete a Keyframe Planning Sheet designing a second animation demonstrating the principles of anticipation and follow-through. This is a different animation using a different subject than the dart and a different method for anticipation and follow-through. Get your planning sheet checked before you start creating the animation.
  • Create the animation. Save as Anticipation2.fla

Standards scoring rubric for Anticipation projects

T1-symbols

4

All objects converted to symbols before creating tweens

3

 

2

Some objects converted to symbol before creating tweens

1

 

 

T10-planning

4

planning sheet complete and accurate before starting animation

3

planning sheet complete and accurate and turned in

2

 

1

planning sheet turned in

 

P2-Anticipation and followthrough

4

Appropriate use of anticipation and followthrough in both projects

3

Anticipation and followthrough in both projects

2

Anticipation or Followthrough on both projects

1

Anticipation or Followthrough on one project

Due:

Assignment

Bouncing Balls

1. Write a detailed description of a bouncing ball. What does it look like before it starts to fall?  What does it look like as it is falling? Describe in detail what happens to the ball as it hits the ground before it starts to go up. What does it look like as it goes back up into the air? Submit the written description in Google Classroom

2. Use the Keyframe Planning Sheet to draw pictures of the main keyframes in the bounce.

  • In the air before it falls
  • As the ball hits the ground
  • Position of greatest squash on the ground
  • Last moment before the ball leaves the ground
  • In the air at the end of the bounce

 3. Create the following three Bouncing Ball projects. Use your description and drawings to guide your animation.

  • Use classic or motion tweens
  • The bounce needs three keyframes while in contact with the ground
  • Demonstrate Squash and Stretch and Exaggeration
  • Use ease on the falling and rising tweens

Bouncing Ball 1 - Demonstrate an understanding of motion tweening and cartoon physics by creating a bouncing ball that starts at a point, falls to the bottom of the stage and returns to the starting point. Save as ball1.fla

Bouncing Ball 2 - Create a second bouncing ball that bounces 5 times. Each bounce should strike the ground at the same location. Each bounce should bring the ball up to a point that is lower than the previous bounce and show appropriate changes in physics with each bounce. Save as ball2.fla

Bouncing Ball 3 - Create a bouncing ball that enters the screen on the left, bounces once in the center and exits the screen on the right. Save as ball3.fla

 

Standards scoring rubric for Bouncing Ball projects

T2-tweens

4

Appropriate Keyframe spacing  with three keyframes per bounce and appropriate use of easing

3

Appropriate Keyframe spacing with three keyframes per bounce

2

Appropriate Keyframe spacing

1

Use of classic or motion tween

 

T4-transformation   P1-squash and stretch/exaggeration

4

Appropriate use of squash and stretch and exaggeration in all 3 ball projects

3

Squash and stretch used in all three projects

2

Squash and stretch used in two projects

1

Squash and stretch used in one project

 

T10-planning

4

Writing task and planning sheet complete and accurate

3

Writing task and planning sheet turned in

2

Writing task or planning sheet complete and accurate

1

Writing task or planning sheet turned in

 

Due:

Assignment

Syllabus Verification Form - This form must be returned with parent signature. Late penalty if not returned by due date

Due:

Assignment

Classic and Motion Tweening -Create the following animations involving moving shapes and tweening.

  • Frame by Frame - Create a simple flash animation showing a shape move to three different locations on the screen. The shape must remain still at each location for at least one second and take at least one second to make the move. All motion should be as smooth as possible. Save as motion1.fla
  • Classic Tween - Create another animation like Moving shape using classic tweening to create the movement. Save as motion2.fla
  • Motion Tween - Create another animation like Moving shape using motion tweening to create the movement. Save as motion3.fla
  • Two Moving Shapes - Use Tweens to create another animation that moves two objects independently through three different locations. Save as motion4.fla.
  • Maze - Using the maze file from the common drive, create two objects that navigate the maze from the left or right to the center using tweens. Use a classic tween for one object and a motion tween for the second object. The objects should not turn at the same time. Try to keep the speed of the objects consistent. The maze is available in H:\common\doggett\digitalanimation. Save as maze.fla

 

Standards scoring rubrics for Maze project

T1-symbols 

4

Both objects converted to symbols before creating tweens

3

 

2

One object converted to symbol before creating tweens

1

 

 

T2-tweens 

4

Classic and Motion Tweens both used with keyframe spacing on both objects to keep the speed constant

3

Classic and Motion Tweens both used with keyframe spacing on one object to keep the speed constant

2

Classic and Motion Tweens used

1

Classic or Motion Tweens used