-
Position Expression with integer number
Hello,
I`m trying to do something thaty i believe its simple.
I have a text on a comp, tracked to a moving point. I want this text to display the position on the comp. i`m using this expression to show the position:
thisComp.layer(“tracker_Plant01a”).position[1]I`m getting the position but i`m getting a huge number. something like:
201.3432898478
I ‘d like to get a smaller number. An integer number. Something like:
201How do i do that?
Thanks in a dvance!