Skip to main content
November 4, 2007
Answered

let user interactively changing font style, size, colour

  • November 4, 2007
  • 4 replies
  • 485 views
hi folks,

is anyone able to advise whether it is 'easily' do-able to script in Flash AS2 so that a user is able to determine the font style, colour, size of dynamic text interactively?

I've put together an app that works fine but now I'd like to provide the option for the user to choose/skin the font of the dynamic text in the displayed material 'cuz this would strengthen their learning experience when using the app.

thanx for your time in responding.

pax.
This topic has been closed for replies.
Correct answer kglad
read about the textformat class. it has size and color properties that are easy to use. but if you want to control the font, you may have a tougher task.

4 replies

kglad
Community Expert
Community Expert
November 6, 2007
great. and you're welcome.
November 6, 2007
thank you kglad,

now getting my mind around TextFormat, TextField, etc. what with these and the 'pop out' menu Colour Picker extension in the Exchange forum I believe that the resources are suitably identified that I'm going to need for achieveing my intended goal.
best wishes,
kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 5, 2007
read about the textformat class. it has size and color properties that are easy to use. but if you want to control the font, you may have a tougher task.
kglad
Community Expert
Community Expert
November 4, 2007
yes, to changing everything but the font. but not necessarily yes to changing the font.
November 4, 2007
hi kglad,

thank you for your response which now finds me deeply among the weeds in ActionScript 2.0 Language Reference.