AS3 .0 Text Matrix OOP
Text Matrix effect very easy to use and modify. You can easily change the:
- size of the font
- color of the font
- font itself
- text to be displayed
You will need 3 lines of code to do it:
import TextMatrix;
var tm:TextMatrix = new TextMatrix(24, 0xA197FF, “CLICK TO RELOAD TEXT MATRIX ” );
addChild(tm );
___________________________________________________________________


19 Purchases
3 Comments