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

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.



Show and hide the text, using ActionScript

(2007-12-18 - views: 17877)
Q: How can I show the text and then hide it, using ActionScript ?
A: The TxEff component has the show() and hide() methods which do exactly what their name says. Further more, there is the transitionEffect() method which can receive a String parameter representing the transition type ("show" or "hide"). You can use any of these methods to apply a show or hide transition on the text.
The example, uses both methods.
Files: TxEff_ShowHideAS.zip 


Back