Please enable JavaScript to use CodeHS

Introduction to Game Design with p5play

Lesson 3.4 Your First Sprites

Description

In this lesson, students will learn about p5play sprites and how to control their appearance with properties like size, position, and color.


Objective

Students will be able to:

  • Define a p5play sprite
  • Describe some of the properties of p5play sprites and how they are used
  • Create a p5play sprite in their code
  • Use dot notation to set the values of a sprite’s properties