Results 1 to 2 of 2
-
April 21st, 2012, 11:06 AM #13Registered User
postsDynamic Text Box won't load first and last letters
I'm making a dynamic text box where the text is changed when a button is pressed.
But when I open the frame that its in it has levelStavete written in the text box (which I don't have written anywhere) And when I press the button it displays.
estin estin estin
Instead of testing testing testing
Please help
Danielle
Code:StaveHelp.onRelease = function(){ var Test:String = "Testing Testing Testing"; StaveText.text = Test; }
-
June 22nd, 2012, 05:13 PM #24Registered User
postsThe dynamic texts works with embeded fonts. You have to embed the font that u use. Or you can use shared font in library. When this font doesn`t contain all letters - then u have problems
Try to set the text to "tttttttt" ot "ggggggg" and if the result is blank, you have to embed font with all its letters.

Reply With Quote


Bookmarks