-
Notifications
You must be signed in to change notification settings - Fork 0
The Stage class
The Stage class corresponds to a stage in a Snap! project; here are its properties.
The name property is a string containing the name of the stage; by default, this is usually set to Stage.
The width of the stage.
The height of the stage.
The costume number of the stage.
A tuple representing the RGBA color of the stage.
A number representing the musical tempo of the stage.
The value of the "thread safe scripts" setting.
The value of the "log pen vectors" setting.
The audio volume of the stage.
The audio pan of the stage.
"Flat" if "flat line ends" is enabled, otherwise "round".
Whether or not ternary boolean slots are enabled.
Whether or not hyperblocks support is enabled.
Whether or not codification is enabled.
Whether or not sprite inheritance is enabled.
Usage unknown; if you can figure out what this does, please open an issue!
Some sort of internal ID.
A base-64 URI string representing the pentrails on the stage.
A list of Sprite objects that use this stage.
A list of Costume objects that belong to the stage.
A list of Sound objects that belong to the stage.
A list of Watcher objects that are visible on the stage.