flash on 2009-9-28

by beinteractive
♥0 | Line 11 | Modified 2009-09-28 22:26:12 | MIT License
play

ActionScript3 source code

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

package
{
    import flash.display.Sprite;
    
    public class FlashTest extends Sprite
    {
        public function FlashTest()
        {
            trace('AS3エディタが新しくなったと聞いて');
        }
    }
}