-
execute expresion in a given marker
Hi creative Cow forums,
I just recently started on the coding side of expressions in after Effects which I find extremely powerfull for my aplications,but I have run into a problem which I think you guys can help me out.
I want to execute an expresion on a given marker in my proyect. at the moment Im using this to execute an expression in a given timemyTime=5;
if(time>myTime){
do my action
}
else{
do nothing
}