The slideshow: introduction

The slideshow: introduction

In this series, you’ll reuse a fair amount of what you learned with the scoreboard to code a series of dialogue lines with a picture.

We call it a slideshow, but in reality, you’ll learn the foundations of how to set up and process a linear sequence of events.

We’ll also look at text animation in preparation for the next series, where you’ll code a branching dialogue system.

In the next lesson, we’ll start by setting up the slideshow scene together.

Locating the Lesson Files

To get started, open the project “Learn to Code with Godot: Practices” in Godot and, in the FileSystem dock, expand the DialogueBoxes directory. There is no scene to open, we will create a scene together! See you in the lesson!