flash on 2010-6-27

by fumix
♥0 | Line 9 | Modified 2010-06-28 15:35:08 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        
        public function FlashTest() {
            trace('ほげほげわわわわわわ');
            trace();
            
            // write as3 code here..
       }
    }
}