In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

flash on 2010-4-14

Get Adobe Flash player
by kihon 13 Apr 2010
    Embed
/**
 * Copyright kihon ( http://wonderfl.net/user/kihon )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/h1rJ
 */

package  
{
	import flash.display.Sprite;
	import com.bit101.components.*;
 
	public class Main extends Sprite 
	{
		public function Main()
		{
			Style.embedFonts = false;
			Style.fontName = "PF Ronda Seven";
			Style.fontSize = 10; // デフォルトのサイズは8
 
			new TextArea(this, 132, 182, "夜露死苦");
		}
	}
}