View Full Version : createTextField
jimhere
February 28th, 2004, 04:39 PM
I'm using createTextField to make some tooltips. The AS dictionary says:
A text field created with createTextField receives the following default TextFormat object:
font = "Times New Roman"
How or where can I change this font?
claudio
February 28th, 2004, 04:50 PM
Using the textformat object.
flaxcreatures
February 28th, 2004, 05:17 PM
Can someone tell me how I can fade out an object with dynamic textFields properly?
Cause the objects are fading out, but I can still see the text, strange...
claudio
February 28th, 2004, 05:20 PM
Embed the font.
flaxcreatures
February 28th, 2004, 05:26 PM
ah nice,
so just
object.embedFont = true (something like that?)
claudio
February 28th, 2004, 11:25 PM
Are you creating the textfield with the createTextField method?
flaxcreatures
February 29th, 2004, 05:21 AM
for the moment I've created it by hand but I would like to make it with the createTextField method..
any suggestions?
jimhere
February 29th, 2004, 09:10 AM
OK, I've at least found textformat object in the As dictionary, but how does it get applied?
flaxcreatures
February 29th, 2004, 11:59 AM
This is awsome, works fine :d
can you also tell me how to action script a font to a textbox :p?
I can't find any proper info @ search
Flashmatazz
February 29th, 2004, 03:29 PM
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary788.html
flaxcreatures
February 29th, 2004, 03:36 PM
ok thx mate
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.