-
Number Counter with Comma, changing comma size?
Hi All,
I am using the expression below. I can change the font, font color but it doesn’t allow me to change the size and baseline of the comma (which is huge with the font). The size changes are global, I can not select a character. Is there a way to change the comma size and baseline with a percentage? My attempts have failed.
Thanks, JimstartCount = 0;
endCount = 2000;
countDur = 2;
s = "" + Math.round(linear(time,0,countDur,startCount,endCount));if (s.length > 3){
s.substr(0, s.length -3) + "," + s.substr(-3);
}else{
s
}Jim Branstetter
RubberBulletStudio.com