Basics
Guides
API Reference
Basics
Guides
API Reference
[18:7] extends: FxObj
Wraps FXGL's Cutscene (com.almasb.fxgl.cutscene.Cutscene), a simple value type that holds the ordered list of dialogue lines a cutscene plays back. Each line uses FXGL's cutscene script format: id.name = Hero id.image = hero.png id: Hello, traveler! Pass the cutscene to CutsceneService.startCutscene to play it.
Cutscene (Lines = null)
Creates a new Cutscene from a list of script lines.
Lines is an Aussom list of strings, or null for the adopt path.adopt (object Ajo)
Wraps an existing Cutscene AussomJavaObject.
Ajo is an AussomJavaObject around a Cutscene.A new wrapper.getLines ()
Returns the cutscene's raw line list (read-only) as an AussomJavaObject around a List
.
An AussomJavaObject around a List
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.