Knowledge Base |
Important! All new questions are usually answered within the next business day.
TxEff AS3.0
(views: 11838)
TxEff is a AS3.0 Flash Component especially developed for web designers that need to include text animations within their Flash movies in a fast and reliable manner.
Simple show and hide effect on time line
(2008-05-28 - views: 1493)
Q: Does the TxEff support a show and hide transition on the same layer and on the same text field ?
A: Of course, you can use TxEff to show and hide the same text field. Please refer to the next example.
Files: TxEff_SimpleShowHide.zip
Files: TxEff_SimpleShowHide.zip
User Comments
Show and Hide the same text field
There are two instances of the TxEff component: one that does the showing, at the beginning, and the other that hides the text. So you need to place a TxEff component on the text and set the transitionType property to "show" and when the show animation is finished and the text is displayed (after a few frames) place another TxEff component (on another key frame) on the text field and set the transitionType property to hide.
posted by negush on 2008-07-28
There are two instances of the TxEff component: one that does the showing, at the beginning, and the other that hides the text. So you need to place a TxEff component on the text and set the transitionType property to "show" and when the show animation is finished and the text is displayed (after a few frames) place another TxEff component (on another key frame) on the text field and set the transitionType property to hide.
Login to post your comment
Other questions in this item:
Using Pattern Transitions Flash player version with AS3 Show and hide the text, using ActionScript "pattern is unavailable" error message Apply transitions on multiple text from xml file Different patterns in & out Get new patterns Keep CSS (a:hover) on text after effect Text and transition not displaying TXEFFEvents Properties Setup TxEff from .xml file Cannot import effects from site Preload TxEff animations Apply filters on TxEff animation Main TxEff animation loads external TxEff animations TxEff pattern does not snap to text field Setup properties don't display in the Component Inspector Flash player version with AS2 Bought the Full TxEff License but only have three patterns in the patterns list TxEff animation does not loopMenu |
|
|

I looked at the example and still don't understand how it's supposed to work. When I apply the "hide" the text just hides. It doesn't show first and then hide. Any help??