Text Animation Tool
Sorry for my bad English.
Classes for text effects.
Download Talas.rar, unpack, and run TalasDemo.swf.
Make effects, and <copy> and <paste> generated code...
more >
| Author URL | madjionicar.rs | |||
| Listing URL | none | |||
| Downloads | 1401 | Views | 16710 | |
| sveisvasta | ||||
|
User ratings for Text Animation Tool. |
||||
More listings by sveisvasta
Pencil Drawi... |
3D Simulacij... |
Comments
You need to LOGIN to post a comment.
sveisvasta:
11 months ago
Sorry for my bad English.
alejandro,
First step: Changing font inside TekstTalas.as.
***************************************
Open TekstTalas.as and find code below (line 304)
<<
format = new TextFormat("Times New Roman",
velicinaFontaDolazna,
bojaFontaDolazna,
boldFontaDolaznog)
>>
instead "Times New Roman" type font you wish, ex. "Verdana"
<<
format = new TextFormat("Verdana",
velicinaFontaDolazna,
bojaFontaDolazna,
boldFontaDolaznog)
>>
Second step: Embeding font in your <.fla> doc.
*************************************
Easiest way:
Open Talas.fla - <.fla> document, and from Library <copy> <paste> MovieClip <fontEmbed> in your <.fla> doc.
Double CLICK on MovieClip <fontEmbed> .
There are two Dynamic Text inside <fontEmbed>, first for regular, second for bold font.
(If you need Italic, <copy> <paste> one Dynamic Text, and in Properties change Style to Italic.)
For all Dynamic Text in Properties change font (in CS4 -> Family) to Verdana.
All this work in SC4, and Im shure (?!) in SC5.
Thanks for comment...
Thanks for this awesome tool.
I can“t change the font in CS5, please explain me how to do it or post an example.
thanks again
alejandro
sveisvasta:
1 year ago
teskostudio,
TextField that serves as source MUST be invisible until transitions playing! It is first step in TekstTalas code.
To avoid distortion from its original position (for Authoring time created TF) use Anti-alias for animation.
Download this simple example:
http://www.4shared.com/file/72GrcVjR/Ta lasTekstExampleTextF.html
TekstTalas is base class. This class menage 1 effect.
TekstTalasLinija is extended from TekstTalas, and menage any number of effect, including 1.
If you want to use 1 effect, you can use TekstTalas or TekstTalasLinija.
But, if you want to use more than 1 effect, you MUST use TekstTalasLinija.




