Zum Hauptinhalt springen

Szene

Szene: Szene Wechseln

Transition to a new scene with player at a specified position and direction. A connection line will be drawn between the source of the event and the destination scene with an icon appearing at the destination position. It's possible to drag this icon around and between scenes to modify the event.

Szene: Szene Wechseln
Szene
Scene 1
X
0
Y
0
Blickrichtung
Einblendegeschwindigkeit
Speed 1
  • Szene: The scene to transition to.
  • X: The initial player horizontal position in the new scene.
  • Y: The initial player vertical position in the new scene.
  • Blickrichtung: The initial player direction.
  • Einblendegeschwindigkeit: The speed of the fade animation.

Szene: Leere Szenenstapel

Remove all scenes from the scene stack without leaving the current scene.

Szene: Leere Szenenstapel
Entfernt alle gespeicherten Szenenzustände vom Szenenstapel.

Szene: Gebe Allerersten Szenenzustand Vom Stapel Zurück

Transition to the very first scene stored on the stack, for instance if you had multiple levels of menu scenes you could use this to imediately return to the game scene. This event will cause the scene stack to become empty.

Szene: Gebe Allerersten Szenenzustand Vom Stapel Zurück
Entfernt alle Szenenzustände vom Szenenstapel.
Einblendegeschwindigkeit
Speed 1
  • Einblendegeschwindigkeit: The speed of the fade animation.

Szene: Gebe Vorherigen Szenenzustand Vom Stapel Zurück

Transition to the last stored scene from the scene stack using the specified fade speed. The previous scene will then be removed from the stack so the next time this event is used it will transition to the scene before that.

Szene: Gebe Vorherigen Szenenzustand Vom Stapel Zurück
Gibt den obersten Szenenzustand des Szenenstapels wieder und entfernt diesen vom Szenenstapel.
Einblendegeschwindigkeit
Speed 1
  • Einblendegeschwindigkeit: The speed of the fade animation.

Szene: Speicher Derzeitigen Szenenzustand Auf Stapel

Store the current scene and player state on to the scene stack, this allows you to return to this exact location later using the Scene Restore events. A common use of this event would be to include in a script just before a Change Scene event to open a menu scene, in the menu scene you could wait for the player to press a close button and then use the Restore Previous From Stack event to return to where the player opened the menu.

Szene: Speicher Derzeitigen Szenenzustand Auf Stapel
Derzeitigen Szenenzustand auf dem Szenenstapel legen.