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.
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.
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.