This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
sveisvasta (6)
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 in Talas.fla. Test Talas.fla.
Text effect can be made from "String" and "TextField" (NOT for TeksTalasButton).
Some animated text in TalasDemo.swf are made from String, some from TextField.
Use this for making intros, menus...
2064 downloads, 36052 views
Comments
You need to login to post a comment.
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 cant change the font in CS5, please explain me how to do it or post an example.
thanks again
alejandro
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:
4shared.com/file/72GrcVjR/TalasTekstExa mpleTextF.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.
congratulations! that's awesome