- Create new Flash File (File->New or Ctrl + N) and Name it as matrixtext
- Create one Text Filed ,enter one single text Like "G".
- Open Filters window ,and set glow effect to set.
- Now you will get the output like below
- Export this images as "myLet" .
- Enter the Following code in the action script Layer
stop ();
var myNum:Number;
var myTimer:Number = setInterval (newClip, 40);
var counter:Number = 0;
var counter2:Number = 0;
var titleCounter:Number = 0;var header:String = new String("Welcome"); var space:Boolean = false;
var alphaB:String= new String ("a[Z2b]Y3c|X4d}W5e {V6f'U7g;T8h.0S9i,R~j:Q'kP!lO@mN#nM$oL%pK^qJ&rI*sH(tG)uF_vE+wD-xC=yB\zA?><\"");
_root.createEmptyMovieClip ("topLine", getNextHighestDepth());
_root.attachMovie("finish", "finish", getNextHighestDepth(),
{
_x: Stage.width-(this._width+10),_y: 390})
_root["finish"].theTxt.text = "decoding... 0%";
_root["finish"]._alpha = 60;
showhead ();
makeCenter();
}
- The above code is variable declaration.you can get the remaining script from Source file which can be download from below link.
September 1, 2009
Matrix Text Effect
Author: Rupa
| Posted at: 7:26 PM |
Filed Under:
Effects
|
Notice the following sample swf , This animation created only using script.You can use this effects on Presentations , Intro pages , slideshows etc.