-
Work Area Shift
Hello Friends,
my script shout just shift the work area start point.
If the start point is smaller the current time it’s work fine,
but if it’s bigger the start point don’t fit and the duration also change to a bigger value. ???
What’s wrong here?
Thanks for your help
var activeComp = app.project.activeItem;
activeComp.workAreaStart = 5;
activeComp.workAreaDuration = 2;