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

85 letters (9*9 table)

Get Adobe Flash player
by o8que 07 Mar 2010
    Embed
/**
 * Copyright o8que ( http://wonderfl.net/user/o8que )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/d58w
 */

// forked from nitoyon's 103 letters (9*9 table)
package {
    import flash.display.Sprite;
    import flash.text.TextField;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
			with(y=1)for(;x++<9||(x=1,y++<9);t.x=x*20,t.y=y*15)addChild(t=new TextField).text=x*y
        }
    }
}
/*
with(y=1)
	for(;x++<9||(x=1,y++<9);t.x=x*20,t.y=y*15)
		addChild(t=new TextField).text=x*y
*/