Scratch Workshop – Narrate a Slideshow

This workshop asks you to collect several photos that you will then build into a narrated slideshow. I originally presented this workshop at Scratch Day Pennsylvania at Abington Friends School on May 16, 2009.

Collect five, ten, or more digital photos to use as the destinations on the tour. You’ll use these photos to build a walking tour with the following components:

  1. Create a slideshow that lets you navigate through each photo. You should be able to navigate to a “home” photo and the next photo.
    • Tips & Concepts: Treat the photos as backgrounds and assign a sequence to them.
  2. Add a tour guide that takes you through the tour. The guide should walk across the stage when you navigate to the next photo. Synchronize the action.
    • Tips & Concepts: Use the stage’s coordinate system to know when the guide goes “off screen” and to know where to place the him when the group arrives at the next stop. This step uses broadcasts and conditional statements.
  3. Narrate the tour with text or audio. Make the tour guide speak about each destination.
    • Tips & Concepts: Broadcasts and conditional statements help you keep time here too. Experiment with the ways for the sprite to present the information to the group by recording your own audio.
  4. In real life, we’re not magically teleported from one destination to another. If you want to mimic reality, just a little bit, add a transition scene that your tour guide passes through.
    • Tips & Concepts: The goal in this step is to pick one background to use as a transition between each stop. That means you need to use a variable to track the background number, so you can tell your tour guide when to walk, stop, and talk.

Example

Download the code for this project.

Leave a Reply

Your email address will not be published. Required fields are marked *