voc geekend18

This commit is contained in:
derchris 2018-10-19 20:36:23 +02:00
parent cb9c41508f
commit 444751da3d
5 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
voc_geekend18/intro.aep Normal file

Binary file not shown.

18
voc_geekend18/intro.jsx Normal file
View file

@ -0,0 +1,18 @@
var comp = app.project.item(2);
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();
app.quit();

BIN
voc_geekend18/intro.scpt Normal file

Binary file not shown.

BIN
voc_geekend18/outro.aep Normal file

Binary file not shown.