-
Source text alignment | Element3D
Hi,
working like crazy for an upcoming event i’ve run into another issue.
I’m using a very simple slider control script to make a number count upwards from one value to another.Math.round(effect(“Slider Control”)(“Slider”))
I want to extrude that number in Element3D which works fine.
But as the numbers change the extruded typo jumps around even though i’m using a monospace font and the animated source text looks fine.I’ve come across this thread:
https://www.videocopilot.net/forum/viewtopic.php?f=42&t=104640&start=0&hilit=#p331082The solution seems to be to create a bounding box by adding ‘ and , caracters and some spaces before and after the source text.
“´ “+min + “:” + padZero(sec) +” ,”
Can anybody show me how to edit the expression so that i can actually add those characters to the output?
Thank’s!Math.round(effect("Slider Control")("Slider"))