commit #40
This commit is contained in:
parent
bc8c8bb06b
commit
1048acf326
2 changed files with 7 additions and 7 deletions
|
@ -24,8 +24,8 @@ fun ShowBuilderContext.secondAct() = act("Zweiter Akt") {
|
|||
scene("Szene 2") {
|
||||
step(StepCue.MusicEnd) {
|
||||
actors {
|
||||
+"Heike"
|
||||
+"Sven"
|
||||
+"Heike / von links"
|
||||
+"Sven / steht rechts"
|
||||
}
|
||||
|
||||
onRun {
|
||||
|
@ -133,7 +133,7 @@ fun ShowBuilderContext.secondAct() = act("Zweiter Akt") {
|
|||
}
|
||||
}
|
||||
|
||||
lightStep(StepCue.Text("Paula", "wer oben schwimmt.", "auf das letzte Wort")) {
|
||||
lightStep(StepCue.Custom("Refrain")) {
|
||||
Washs.both.forEach {
|
||||
it.pointAtCeiling(8.seconds)
|
||||
it.brightness.fade(100.percent, 2.seconds)
|
||||
|
@ -160,8 +160,11 @@ fun ShowBuilderContext.secondAct() = act("Zweiter Akt") {
|
|||
|
||||
rightSpotTarget = null
|
||||
|
||||
curtainState = CurtainState.CLOSED
|
||||
|
||||
onRun {
|
||||
spotRight.brightness.fade(0.percent, 3.seconds)
|
||||
spotRight.brightness.off(3.seconds)
|
||||
sideLight.brightness.off(3.seconds)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -170,7 +173,6 @@ fun ShowBuilderContext.secondAct() = act("Zweiter Akt") {
|
|||
}
|
||||
|
||||
step(StepCue.MusicEnd) {
|
||||
sideLight.brightness.off()
|
||||
}
|
||||
}
|
||||
}
|
|
@ -17,8 +17,6 @@ import kotlin.time.Duration.Companion.seconds
|
|||
fun ShowBuilderContext.thirdAct() = act("Dritter Akt") {
|
||||
scene("Szene 1") {
|
||||
step(StepCue.Stub) {
|
||||
// TODO: Alles, was hier passiert.
|
||||
|
||||
props(PropConfigurations::casting)
|
||||
|
||||
actors {
|
||||
|
|
Loading…
Add table
Reference in a new issue