Pixel Art Pixel Art Animation 1 — Questions and Answers
Question 1: What is a 'sprite sheet' in pixel art animation?
- A single image containing multiple animation frames laid out in a grid (Correct answer)
- A type of pixel brush
- A color palette file
- A background layer
Correct answer: A single image containing multiple animation frames laid out in a grid
A sprite sheet arranges all animation frames of a character or object into one image, making it easy to load and reference frames in a game engine.
Question 2: What does 'frame rate' mean in pixel art animation?
- The number of frames displayed per second (Correct answer)
- The number of colors per frame
- The physical size of each frame
- The total number of frames in an animation
Correct answer: The number of frames displayed per second
Frame rate is how many individual frames are shown each second; higher frame rates produce smoother motion while lower rates create a choppier retro feel.
Question 3: What is 'onion skinning' in pixel art animation software?
- Displaying semi-transparent ghost images of neighboring frames (Correct answer)
- A technique to smooth pixel edges
- A method to reduce color count
- A layer blending mode
Correct answer: Displaying semi-transparent ghost images of neighboring frames
Onion skinning shows faded versions of the previous and next frames so the artist can accurately position and animate objects smoothly.
Question 4: What is a 'walk cycle' in pixel art character animation?
- A looping animation of all frames needed to simulate a character walking (Correct answer)
- A single frame of a character mid-step
- A background scrolling technique
- A color transition effect
Correct answer: A looping animation of all frames needed to simulate a character walking
A walk cycle is a seamlessly looping sequence of frames that, when repeated, makes a character appear to walk continuously.
Question 5: What does 'anticipation' mean in pixel art animation principles?
- A preparatory motion before a main action to signal what is about to happen (Correct answer)
- The first frame of an animation
- The delay before an animation starts
- Adding extra frames for smoothness
Correct answer: A preparatory motion before a main action to signal what is about to happen
Anticipation is a small motion in the opposite direction before the main action, making movements feel natural and telegraphed to the viewer.
Question 6: What is 'squash and stretch' in pixel art animation?
- Deforming a sprite to exaggerate impact and elasticity (Correct answer)
- Resizing the canvas
- Stretching a sprite sheet to fill the screen
- Compressing an animation file
Correct answer: Deforming a sprite to exaggerate impact and elasticity
Squash and stretch exaggerates a character's shape during fast movements—squashing on impact and stretching during acceleration—to convey weight and life.
What is a 'sprite sheet' in pixel art animation?