TxEff means Text Transition Effect. So it’s an AS3 component developed for web designers that need to include text animations within their Flash movies in a fast and reliable manner. With this component you take less than a minute to give the effect you want.How to create video-like text effects with TxEff in just a few minutes.
TxEff requres Adobe Flash CS3, ActionScript 3.0, and Flash Player 9+ to play or view the SWF movie.
The free/demo version includes 3 basic patterns: Alpha, Blur, and XYScale transitions. To get the advanced patterns, you need to purchase the full license version for $169.97. Jump Eye is continuously building new effect patterns. At the moment, they already have 38 patterns built in their full license version. They promised that by March 2008, we will have at least 50 patterns.
TxEff is very easy to use. Simply create a TextField object on the stage, drag-and-drop the component over the TextField object, configure the parameters (optional), and you are done!
Make a new ActionScript 3.0 Flash file. Use the Text tool and create a TextField object on the stage. Name your TextField instance with the following settings:
1. dynamic text field type
2. render text as html
3. anti-alias for animation
4. embedded fonts

Open the Components palette, drag the TxEff component over the TextField instance.

In the Component Inspector palette, select [*] from the patternName dropdown and manually enter the pattern name “FallAndGlow”. Then drag-and-drop the FallAndGlow component on the stage (it can be store anywhere on the stage or in the Library). You can experiment with the parameter settings or leave everything as default.

Note: Demo version only comes with 3 basic transition patterns. To use the advanced patterns, you need to get the full version.
In the previous step, I have applied the “FallAndGlow” effect at tweenDuration = 2 sec. Now I want to apply different effect to make the text disappear after the first effect is finish. So, in Frame #60 (2sec x 30fps = 60frames), insert a new Keyframe (F6).

Select the TxtEff instant, in the Component Inspector palette change patternName to “HorizontalDissolve” and set transitionType to “hide”.

If you are lazy to experiment with the parameter settings, you can import the effect settings from the TxEff Online Database. Find the effect that you like, copy the effect ID number and paste it in the effect id field and click Import.

TxEff is the best text animation Flash component that I’ve seen so far. It is perfect for making Flash intro or ad banners. TxEff not only can save time, but it can also create video-like effects that are impossible to make without scripting and calculating graphics with BitmapData.
Tags: AS3, Components, effects, Flash, patterns, Text, transitions, Tutorial
| Copy and Paste the code below | |
| Email and IM | |
| Websites | |
| Forums | |
follow:
April 24th, 2010 at 11:05 pm
I don’t know how you came with this idea, but is great. Hope you don’t mind if i use it in my projects?
April 26th, 2010 at 7:20 am
Great review and how to use article. Is true that is good to use some flash components, but sometimes they are limited. A power user needs something more.