flash on 2010-1-9

by hacker_yk666qry
♥0 | Line 8 | Modified 2010-01-09 15:00:08 | MIT License
play

ActionScript3 source code

/**
 * Copyright hacker_yk666qry ( http://wonderfl.net/user/hacker_yk666qry )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/3MPv
 */

package {
    import flash.text.*;
    public class FlashTest extends TextField {
    	
    		private var _tf:TextField;
        public function FlashTest() {
            // write as3 code here..
            
            
            //init(100000000);
            
        }
        
    }
}