Decomposition Chart
Student Worksheet 4
Decomposition Chart
Break your story moment into smaller parts before you code.
Break the scene into parts
Use the chart to separate the story details from the Scratch choices you will use to show them.
CharacterSettingDialogueActionEmotionSequence
| Story Part | What happens in the story? | How will I show it in Scratch? |
|---|---|---|
| Character | Sprite: ____________________ | |
| Setting | Backdrop: __________________ | |
| Dialogue | Say BlockNarration | |
| Action | Motion block: _______________ | |
| Emotion | Show emotion with: CostumeDialogueMovement | |
| Sequence | Order of code blocks: _______ | |
| Repeated Action | Loop, if needed: ____________ | |
| Start of Scene | Event block: _______________ |
My scene can be broken into these main parts: _____, _____, and _____.