Adobe Scripting Tutorials | Current Time Indicator (CTI)

Published: 16 December 2020
on channel: Salman Ameer
712
13

in this Tutorail you will learn how to move Current Time Indicator {Timeline Cursor} Forward/ Backward in After Effects Application Via Scripting.

CODE :
===========================================================
function CTI(){
try{
var frameToMove = -15; // Amount of Frames [Positive = Forward. Negative = Backward]
app.project.activeItem.time = app.project.activeItem.time + frameToMove * app.project.activeItem.frameDuration;
}
catch (e){}
}
CTI();
===========================================================


#Scripting #AfterEffects #Cursor


On this page of the site you can watch the video online Adobe Scripting Tutorials | Current Time Indicator (CTI) with a duration of hours minute second in good quality, which was uploaded by the user Salman Ameer 16 December 2020, share the link with friends and acquaintances, this video has already been watched 712 times on youtube and it was liked by 13 viewers. Enjoy your viewing!