Starts a new scene. Requires at least two scenes in the program. A scene is a sort of mini-program within the program. It provides all objects and scripts from scratch. Variables can have the scope to be seen in every scene.

Start scene Brick

Example

You can create a whole new program within a program by using scenes:

Start scene Example 1

This is how you create a new scene:

Start scene Example 2

Scene One. Create this script in a new object:

Start scene Example 3

Scene Two. Then try this one in another new object:

Start scene Example 4

Result

Download

Start scene Result