-
String as keyframable input
Hi, community!
I’m working on a lip–syncing rig and looking for a way to have letters as an input, which I could keyframe over time.
The goal ist to be able to do something like that:
var n = thisComp.layer("cntrl").effect("??????")("??????");if (n==a){
ax=100;
ay=200;
}if (n==b){
ax=200;
ay=200;
}if (n==3){
ax=300;
ay=200;
}if (n==c){
ax=500;
ay=200;
}else{};if (n==4){
ax=400;
ay=200;
}[ax,ay];
Is there any effect which offers me that option to keyframe text?
Thanks!!