flash on 2013-2-20

by Renowan
♥0 | Line 11 | Modified 2013-02-20 02:40:37 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            trace( __("max") );
            
        }
        
       public function __( str:String ){
           return "["+str+"]";
       }

    }
}