Properties

Changing properties of the Text Field

As an example we will create a scrolling text. It may be quite useful if you want to display a long text without making the stage large in size.

Pay attention to one fact you need to live with. Some properties are written with precedent underscore – like _x - some are without underscore – like in our example. Make a custom to refer to Flash code if you are not sure.

Explore Flash Help to find what else properties exist for TexField. Along with "appearance" properties such as _width, textColor, border and many other you may find properties which are specific only for the texts such as selectable, wordWrap and others.

Also it's interesting that it's possible to assign or reassign a name of the variable for the textbox or even name of the instance.

Next