diff --git a/gpn18/intro_blau.aep b/gpn18/intro_blau.aep new file mode 100644 index 0000000..dbad457 Binary files /dev/null and b/gpn18/intro_blau.aep differ diff --git a/gpn18/intro_blau.jsx b/gpn18/intro_blau.jsx new file mode 100644 index 0000000..20dff0f --- /dev/null +++ b/gpn18/intro_blau.jsx @@ -0,0 +1,17 @@ +var comp = app.project.item(3); + +var layer_title = comp.layer('intro_title'); +var textProp_title = layer_title.property("Source Text"); +var textDocument_title = textProp_title.value; + +var layer_persons = comp.layer('intro_personnames'); +var textProp_persons = layer_persons.property("Source Text"); +var textDocument_persons = textProp_persons.value; + +textDocument_title.text = "$title"; +textProp_title.setValue(textDocument_title); + +textDocument_persons.text = "$personnames"; +textProp_persons.setValue(textDocument_persons); + +app.project.save(); diff --git a/gpn18/intro_blau.scpt b/gpn18/intro_blau.scpt new file mode 100644 index 0000000..edfa435 Binary files /dev/null and b/gpn18/intro_blau.scpt differ diff --git a/gpn18/intro_rot.aep b/gpn18/intro_rot.aep new file mode 100644 index 0000000..7a42eb6 Binary files /dev/null and b/gpn18/intro_rot.aep differ diff --git a/gpn18/intro_rot.jsx b/gpn18/intro_rot.jsx new file mode 100644 index 0000000..20dff0f --- /dev/null +++ b/gpn18/intro_rot.jsx @@ -0,0 +1,17 @@ +var comp = app.project.item(3); + +var layer_title = comp.layer('intro_title'); +var textProp_title = layer_title.property("Source Text"); +var textDocument_title = textProp_title.value; + +var layer_persons = comp.layer('intro_personnames'); +var textProp_persons = layer_persons.property("Source Text"); +var textDocument_persons = textProp_persons.value; + +textDocument_title.text = "$title"; +textProp_title.setValue(textDocument_title); + +textDocument_persons.text = "$personnames"; +textProp_persons.setValue(textDocument_persons); + +app.project.save(); diff --git a/gpn18/intro_rot.scpt b/gpn18/intro_rot.scpt new file mode 100644 index 0000000..edfa435 Binary files /dev/null and b/gpn18/intro_rot.scpt differ