My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

TxEff AS3.0

(views: 38264)

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: 10953)
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 


Back