Moving time indicator in composition timeline in After Effects CS6 using scripts

So, Javascript code for position changing is simple.
Lets say comp - is your composition:
precomp = app.project.items.addComp( "ololo", width, height, 1.0, duration, frameRate);
move pointer to time 0.2:
comp.time = 0.2;

No comments:

Post a Comment