Knowledge Base |
Important! All new questions are usually answered within the next business day.
TxEff AS3.0
(views: 9683)
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.
Different patterns in & out
(2007-12-17 - views: 1667)
Q: How do you make the text transition out with a different pattern than the transition in ?
A: This is done simply by handling the TXEFFEvents.TRANSITION_END event. In the handler function you only need to change the pattern name and then show or hide the text field by calling myTxtEffect.show(), myTxtEffect.hide() or (as demonstrated in this example) by using the myTxtEffect.transitionEffect("show/hide") method. The example .fla file contains well commented code.
Files: TxEff_DifferentInOutPatterns.zip
Files: TxEff_DifferentInOutPatterns.zip
User Comments
Different patterns in & out Part2
In the setNewPattern() function, check if the current transition type is "hide" and make the settings of the textEffect object before the call to transitionEffect().
posted by negush on 2008-06-09
In the setNewPattern() function, check if the current transition type is "hide" and make the settings of the textEffect object before the call to transitionEffect().
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 Get new patterns Apply transitions on multiple text from xml file Text and transition not displaying TXEFFEvents Properties Cannot import effects from site Keep CSS (a:hover) on text after effect Setup TxEff from .xml file Preload TxEff animations Apply filters on TxEff animation Flash player version with AS2 Main TxEff animation loads external TxEff animations Simple show and hide effect on time line TxEff pattern does not snap to text field Bought the Full TxEff License but only have three patterns in the patterns list Setup properties don't display in the Component Inspector TxEff animation does not loopMenu |
|
|


How would you change the parameters of your out transition?