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
pavlicko (4)
Easily Modifiable Text Animations
Simple to use text effect animation - Add text to display within the actionscript, then experiment by changing values in the actionscript file.Endless possibilities.
5865 downloads, 39021 views
flash text effects customizable text animation actionscript effects
Comments
You need to login to post a comment.
To change the color, just edit the MovieClipe "letter" to whatever color you want.
The problem here is that the animation stops after the text shows and I want it to keep playing the movie to the end... how I do that?
ok, please forgive the following question, which will probably be perceived as dumb. Butm how do i access the html code for this text animation? i downloaded the file and opened the notepad document that says "copy html code" but the code that comes up has a bunch of funny characters and looks nothing like html code i've ever seen. what am i doing wrong?
You have some truly impressive scripts here!
eaui
I want to change the font colour to white so I added modified line 53 in the action script so that it looks like this.
format.font = "Arial";
format.size=24;
format.color = 0xFFFFFF;
But when I preview the text colour is still black. I have done some google searching and this is the code other sites say to change font colour. Help.