Adobe Scripting Tutorials | Current Time Indicator (CTI)

Publicado el: 16 diciembre 2020
en el canal de: 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


En esta página del sitio puede ver el video en línea Adobe Scripting Tutorials | Current Time Indicator (CTI) de Duración hora minuto segunda en buena calidad , que subió el usuario Salman Ameer 16 diciembre 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 712 veces y le gustó 13 a los espectadores. Disfruta viendo!