aescripts + aeplugins
Discussions
Sign In
General
AE script -replacing layer with other footage
timothy gao
August 2013
Hi all,
I'm just getting started with scripting for after effects. I'm wondering if there is a way for replacing layers comments with another footage when they run the script.
So far all I can do is the script down.
var comp = app.project.activeItem;
var layer =
comp.selectedLayers
;
if(comp && comp.selectedLayers.length > 0)
{
().
replaceSource(layer)};
place give me some guides.
timothy gao
August 2013
Where can i get some manule about script?
Lloyd Alvarez
August 2013
This is not a good forum to get scripting help. You will be better off asking for help on the Adobe scripting forum:
http://forums.adobe.com/community/aftereffects_general_discussion/ae_scripting
This discussion has been closed.
All Discussions
Categories
All Discussions
2.2K
General
395
Product Discussions
1.8K
Tagged
script
31
ae
11
Powered by Vanilla