Knowledge Base |
TxEff AS3.0
(views: 26901)
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: 5970)
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
posted by jxv8740 on 2008-06-06
How would you change the parameters of your out transition?
Different patterns in & out Part2
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









