Tag Archives: TextField

My TextFormat won’t stick to my TextField

Run this SWF and click the button, the text stays pink. Then run this and click on the text, then click the button. The text defaults size and color. Why??????textFormatBug var titleTF:TextFormat = new TextFormat(); titleTF.color = 0xFF00FF; titleTF.size = … Continue reading

Posted in Work | Tagged , , , | 1 Comment