Wait for the viewers input. See EVENT for predefined events to wait for.
Inserts the given scene. A scene is a sequence of commands defining a small piece of the whole story. A scene needs to be defined in the following format, where NameOfTheScene is a placeholder and should be chosen arbitrarily.
export async function NameOfTheScene(): SceneReturn {
...
...
}
Calling insert directly will not register the scene as a save-point for saving and loading.
Display the recent changes. If parameters are specified, they are used blend from the previous display to the new. The parameters define the duration of the blend, the grayscale image for special effects and the edges (smooth 0 - 2 sharp)
Generated using TypeDoc
Standard positions