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.



"pattern is unavailable" error message

(2008-01-07 - views: 11524)
Q: When I try to run my clip, after I import an effect id from the txeff.com site, I get the following error message:<br><br>

The Pattern:'PatternName' is unavailable.<br>
at TXEFF/removeEffect()<br>
at TXEFF/transitionEffect()<br>
at TXEFF/draw()<br>
at fl.core::UIComponent/callLaterDispatcher()<br>
The Pattern:'PatternName' is unavailable.<br>
at TXEFF/removeEffect()<br>
at TXEFF/transitionEffect()<br>
at TXEFF/draw()<br>
at TXEFF/callDraw()

A: The above error means that the TxEff component cannot find the specified pattern in the Library.

When you import an effect setting from the site, you need to make sure you have that pattern in your project's Library (each effect is based on a pattern - you can find the pattern name in the effect's description). The TxEff component has only 3 patterns embedded into it: Alpha, Blur and XYScale. This means that when you import the TxEff component into the Library you also import the three patterns. All the other patterns are components that need to be installed in your Flash IDE and drag and dropped from the Components panel to your project's Library.


Back