3 The Scene class
PPPDUD edited this page 2026-04-07 14:35:46 -04:00

The Scene class contains information about a scene in a project. Here are its properties:

name property

The name of the scene.

custom_blocks property

A list of CustomBlock objects, each one corresponding to a custom block definition.

stage property

A Stage object for the scene's stage.

variables property

A list of Variable objects, one for each variable in the current scene that's scoped for all sprites.