20 Animation (3)

Resources | Revision Questions | Information Technology IT

Login to see all questions

Click on a question to view the answer

1.

Explain the importance of sound design in animation. Create a table outlining the different types of sound effects commonly used in animation and provide an example of how each type might be used to enhance a scene.

2.

Describe the process of creating secondary animation. What are the key considerations a digital animator must take into account to ensure the secondary movements are effective and do not distract from the primary action?

3.

A game developer is creating a simple animation where a square moves horizontally across the screen. The square's position is controlled by a variable called xPosition. Describe, in detail, how you would use a programming language (e.g., Python, JavaScript, or Scratch) to implement this animation. Your answer should include:

  • The variable declaration and initialisation.
  • The code that updates the xPosition variable during each animation frame.
  • How you would handle the case where the square reaches the right edge of the screen, and how you would reset its position.