flash on 2010-4-19

by toburau
♥0 | Line 9 | Modified 2010-04-19 09:38:23 | MIT License
play

ActionScript3 source code

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

package {
	import net.hires.debug.Stats;
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
			addChild(new Stats());
        }
    }
}