actionscript 2 - Flash AS2: Setting text of textfield through code causes some characters to be deleted -
i have following line of code set text of dynamic textfield:
boxcopy.text = 'coming soon: 30th january 2014';
but when compile file, shows as: 'coming soon: 0th january 201'
i have no idea why is. font character set contains numeric characters, should display it.
anyone got ideas?
thanks, stefan
so figured out embedding font's lowercase, uppercase, numeric , punctauation charcters fixed problem. strange behaviour through because if typed dynamic textfield in scene view worked fine.
thought i'd keep question here in case has same issue.
Comments
Post a Comment