Actually came up with a way that sort of works, adding sliders to the text layer.
Create a blank text layer(cntl+alt+shift+t) and add a slider. Add this expression to source text “Math.round(effect(“Slider Control”)(“Slider”))”
Duplicate text layer.
Make your sum text layer, and add the following expression to source text:
a = thisComp.layer(” 3″).effect(“Slider Control”)(“Slider”);
b = thisComp.layer(” 2″).effect(“Slider Control”)(“Slider”);
a + b
Basically instead of trying to convert the ASCII text, I’m getting my numbers from the slider. I just used the pick whip for the entire operation.
Johnny Cuevas, Editor
http://www.thinkck.com