And if I can use it with AS2 ?
Thanks
Posted 5 months ago
Simple effect applied to a word. Letters will pop up randomly with an alpha in and a blur out effect.
You can type any word and use any font and text format you like.
The effect is called with a single static method: BlurLetter.create(“my text”, mc, textformat);
See it in action: http://www.leagasdelaney.it/virus/
Posted about 1 year ago
@ae-design-me: it is an AS2 effect. It can cause CPU problems if you use a lot of words
marco
Posted 5 months ago
Hi loziosecchi .
I just purchased you effect. Make some changes yet, and it work great. Can I change somehow the speed of effect?
Tanks
Posted 5 months ago
@ae-design-me: simply change the alpha_time and blur_time in Letter.as
marco
Posted 5 months ago
Hi
Can I disable the selectable option on the text? I just want to create a button over the text effect.
Thanks
Posted 4 months ago
@ae-design-me: of course you can. Just add the selectable property to the tf var in Letter.as
marco
Posted 4 months ago
Ciao,ne aprofitto visto che sei italiano..
sono una frana con flash e actionscript… come cambio il testo?? eheh grazie..
Federica
@matrika: semplice 
questa è la linea che devi modificare:
BlurLetter.create ( “sample blurred text” , container_mc , textformat ) ;
“sample blurred text” è il testo che devi modificare.
marco
Posted about 1 month ago