Posted by: multimediatutor on: January 28, 2012
:: Bismillahirahmanirrahim ~ In the Name of Allah, The Most Beneficent and The Most Merciful~ ::
Assalamualaikum and Hello!
Today we will go through about TEXT in Flash ^^
In Flash there are three types of text box:
Static
This is the most simple of the text boxes; you can’t change its text on the run.
Dynamic
This text box allows you to change almost anything you could change while editing you flash movie.
Input
The same thing as the dynamic text, but this one accepts user input.
You can change your text to one of these types right after drawing a text box on the stage.

Let’s create a simple movie to demonstrate their differences.
Draw a new Static text box, and write “Name:” on it.

Draw an Input text box next to the previous text. Give an instance name of “iText” and set the “var” to “_root.name”.
“_root.name” is going to be the variable that holds the contents of this text box.
If the user types something on the Input box, the variable “_root.name” will have that same text.
Finally draw a dynamic box with these properties:

Open the actions for the first frame and paste:
This is the result:

note source: www.webzo.org
OKEY ! this is just a briefing about the main component. The full documented notes can be
DOWNLOAD HERE!
Recent Comments