This commit is contained in:
Moritz Ruth 2023-06-23 12:41:46 +02:00
parent 511af4e16b
commit bc8c8bb06b
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
2 changed files with 29 additions and 18 deletions

View file

@ -106,11 +106,10 @@ fun ShowBuilderContext.firstAct() = act("Erster Akt") {
step(StepCue.MusicEnd) {
actors {
+"Richy / von rechts"
+"Jakob / von rechts"
+"Christine / steht auf der Vorbühne"
+"Andreas / steht auf der Vorbühne"
+"Steffi / steht auf der Vorbühne"
+"Jakob / steht auf der Vorbühne"
+"Tina / steht auf der Vorbühne"
+"Andrea / steht auf der Vorbühne"
}
curtainState = CurtainState.OPEN
@ -137,7 +136,12 @@ fun ShowBuilderContext.firstAct() = act("Erster Akt") {
step(StepCue.MusicStart("Rap", 2.minutes + 30.seconds)) {
actors {
// Rapper, Tänzer
+"Maria"
+"Kathi"
+"Paula"
+"Sandra"
+"Tina"
+"David"
}
onRun {
@ -174,13 +178,14 @@ fun ShowBuilderContext.firstAct() = act("Erster Akt") {
step(StepCue.MusicEnd) {
actors {
-"Richy"
-"Christine"
-"Andreas"
-"Andrea"
-"Steffi"
-"Jakob"
-"Tina"
// Rapper, Tänzer ab
-"Maria"
-"Kathi"
-"Paula"
-"Sandra"
-"David"
}
}
}
@ -188,6 +193,9 @@ fun ShowBuilderContext.firstAct() = act("Erster Akt") {
scene("Szene 2") {
step(StepCue.Light(StepCue.Light.State.OFF, false)) {
actors {
-"Jakob"
-"Tina"
-"Richy"
+"David / sitzt am Klavier"
+"Klavierlehrerin / steht neben David"
}
@ -216,11 +224,14 @@ fun ShowBuilderContext.firstAct() = act("Erster Akt") {
step(StepCue.Custom("Auftritt im Mittelgang")) {
actors {
+"Tina / durch den Mittelgang"
+"Maria / durch den Mittelgang"
+"Heike / durch den Mittelgang"
+"Sven / durch den Mittelgang"
+"Sandra / durch den Mittelgang"
+"Heike / durch den Mittelgang"
+"Maria / durch den Mittelgang"
+"Eva / durch den Mittelgang"
+"David / von der Bühne"
+"Kathi / von der Bühne"
+"Paula / steht rechts"
}
leftSpotTarget = "die Gruppe im Mittelgang"
@ -267,7 +278,7 @@ fun ShowBuilderContext.firstAct() = act("Erster Akt") {
}
onRun {
FrontLights.center.forEach { it.brightness.fade(50.percent, 10.seconds) }
FrontLights.center.forEach { it.brightness.fade(50.percent, 5.seconds) }
Washs.both.forEach { it.beamAngle.static(100.percent) }
Washs.left.colorWheelMode.static(CoemarProWash.ColorWheelMode.Red)
@ -276,13 +287,13 @@ fun ShowBuilderContext.firstAct() = act("Erster Akt") {
}
lightStep(StepCue.Text("Kai", "wir müssen zum Werken.")) {
FrontLights.center.forEach { it.brightness.off(15.seconds) }
FrontLights.center.forEach { it.brightness.off(10.seconds) }
}
step(StepCue.MusicStart("Aus dem Schatten treten", 3.minutes + 40.seconds)) {
actors {
-"Kai"
-"Adrian"
-"Kai / nach links"
-"Adrian / nach links"
}
onRun {
@ -296,7 +307,7 @@ fun ShowBuilderContext.firstAct() = act("Erster Akt") {
step(StepCue.MusicEnd) {
actors {
-"Paula"
-"Paula / nach rechts"
}
rightSpotTarget = null

View file

@ -293,7 +293,7 @@ fun ShowBuilderContext.fourthAct() = act("Vierter Akt") {
+"Theaterlehrer"
+"Sven"
+"Heike"
+"Andreas"
+"Andrea"
+"Eva"
+"Kathi"
-"Kai"
@ -378,7 +378,7 @@ fun ShowBuilderContext.fourthAct() = act("Vierter Akt") {
-"David"
-"Sven"
-"Heike"
-"Andreas"
-"Andrea"
-"Eva"
-"Kathi"
-"Theaterlehrer"