init gpn18

This commit is contained in:
derchris 2018-05-05 23:49:41 +02:00
parent 3976b88dc9
commit 244ec8ef4b
6 changed files with 34 additions and 0 deletions

BIN
gpn18/intro_blau.aep Normal file

Binary file not shown.

17
gpn18/intro_blau.jsx Normal file
View file

@ -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();

BIN
gpn18/intro_blau.scpt Normal file

Binary file not shown.

BIN
gpn18/intro_rot.aep Normal file

Binary file not shown.

17
gpn18/intro_rot.jsx Normal file
View file

@ -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();

BIN
gpn18/intro_rot.scpt Normal file

Binary file not shown.