voc geekend18
This commit is contained in:
parent
cb9c41508f
commit
444751da3d
5 changed files with 18 additions and 0 deletions
BIN
voc_geekend18/(Footage)/c3voc.png
Normal file
BIN
voc_geekend18/(Footage)/c3voc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 136 KiB |
BIN
voc_geekend18/intro.aep
Normal file
BIN
voc_geekend18/intro.aep
Normal file
Binary file not shown.
18
voc_geekend18/intro.jsx
Normal file
18
voc_geekend18/intro.jsx
Normal 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
BIN
voc_geekend18/intro.scpt
Normal file
Binary file not shown.
BIN
voc_geekend18/outro.aep
Normal file
BIN
voc_geekend18/outro.aep
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue