0

i want to add static text in a movie clip with as3. so that text can not show the cursor over it always show pointer. I just want to add text graphic with any recommended way.

also want change font, size, color and text as well.

Ajit Bhandari
  • 1,119
  • 14
  • 21

1 Answers1

1

Use the TextField class to add a new textfield into the target movieclip. Then use the TextFormat class to create a style for your text. Make sure you apply your textformat before you add textField to the display list.

tree
  • 391
  • 2
  • 16