-
How can i change the Text Size and change the Character Style in especific letter
Hello, i have this code for a blinking writting text:
L = text.sourceText.length;
T = time*effect(“Speed”)(“Slider”) – effect(“Start At”)(“Slider”)*effect(“Speed”)(“Slider”);
F = Math.round(time % 1);if(F == 1 | (T0) ){Fl = “|”;}else{Fl=” “;}
substr(0,T) + Fl
But i want to personalise the size of the Blinking Cursor “|” change the size and change the character style just for that cursor. How can i do that?
L = text.sourceText.length;
T = time*effect("Speed")("Slider") - effect("Start At")("Slider")*effect("Speed")("Slider");
F = Math.round(time % 1);if(F == 1 | (T0) ){Fl = "|";}else{Fl=" ";}
substr(0,T) + Fl