Back to Freecodecamp

Dialogue 3: The Collector

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657ef0061e99a3ddd0e1245f.md

latest3.5 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "3.2-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "James",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4,
      "dialogue": {
        "text": "Hey, I noticed you have a huge collection of action figures",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 4,
      "finishTime": 6.3,
      "dialogue": {
        "text": "on that shelf behind you. Are you a collector?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.7,
      "finishTime": 8.6,
      "dialogue": {
        "text": "You bet. I love action figures.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 9,
      "finishTime": 12.2,
      "dialogue": {
        "text": "That's awesome. What kind of figures are you most interested in?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 12.7,
      "finishTime": 14.8,
      "dialogue": {
        "text": "I like sci-fi and fantasy, mostly.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 14.8,
      "finishTime": 17.9,
      "dialogue": {
        "text": "You can find everything here, from Star Wars to Lord of the Rings.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 18.6,
      "finishTime": 21.1,
      "dialogue": {
        "text": "That's cool. How long have you been into collecting?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 21.7,
      "finishTime": 24.2,
      "dialogue": {
        "text": "I've been a collector since I was 8 or 9 years old.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 24.5,
      "finishTime": 28.2,
      "dialogue": {
        "text": "It all started when I got my first action figure at a comic convention.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 28.7,
      "finishTime": 30.3,
      "dialogue": {
        "text": "I didn't know you were interested in this.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 30.3,
      "finishTime": 33.4,
      "dialogue": {
        "text": "Are you kidding? I go to at least one convention every year.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 33.7,
      "finishTime": 35.2,
      "dialogue": {
        "text": "It's the best moment of the year for me.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 35.7
    },
    {
      "character": "James",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 36.2
    }
  ]
}