Skip to content

The Scene class

PPPDUD edited this page Apr 7, 2026 · 3 revisions

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.

Clone this wiki locally